Files
openapi-go-answer/docs/InstallCheckDatabaseReq.md
2023-08-18 10:03:31 +08:00

4.9 KiB

InstallCheckDatabaseReq

Properties

Name Type Description Notes
DbFile Pointer to string [optional]
DbHost Pointer to string [optional]
DbName Pointer to string [optional]
DbPassword Pointer to string [optional]
DbType string
DbUsername Pointer to string [optional]

Methods

NewInstallCheckDatabaseReq

func NewInstallCheckDatabaseReq(dbType string, ) *InstallCheckDatabaseReq

NewInstallCheckDatabaseReq instantiates a new InstallCheckDatabaseReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewInstallCheckDatabaseReqWithDefaults

func NewInstallCheckDatabaseReqWithDefaults() *InstallCheckDatabaseReq

NewInstallCheckDatabaseReqWithDefaults instantiates a new InstallCheckDatabaseReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetDbFile

func (o *InstallCheckDatabaseReq) GetDbFile() string

GetDbFile returns the DbFile field if non-nil, zero value otherwise.

GetDbFileOk

func (o *InstallCheckDatabaseReq) GetDbFileOk() (*string, bool)

GetDbFileOk returns a tuple with the DbFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDbFile

func (o *InstallCheckDatabaseReq) SetDbFile(v string)

SetDbFile sets DbFile field to given value.

HasDbFile

func (o *InstallCheckDatabaseReq) HasDbFile() bool

HasDbFile returns a boolean if a field has been set.

GetDbHost

func (o *InstallCheckDatabaseReq) GetDbHost() string

GetDbHost returns the DbHost field if non-nil, zero value otherwise.

GetDbHostOk

func (o *InstallCheckDatabaseReq) GetDbHostOk() (*string, bool)

GetDbHostOk returns a tuple with the DbHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDbHost

func (o *InstallCheckDatabaseReq) SetDbHost(v string)

SetDbHost sets DbHost field to given value.

HasDbHost

func (o *InstallCheckDatabaseReq) HasDbHost() bool

HasDbHost returns a boolean if a field has been set.

GetDbName

func (o *InstallCheckDatabaseReq) GetDbName() string

GetDbName returns the DbName field if non-nil, zero value otherwise.

GetDbNameOk

func (o *InstallCheckDatabaseReq) GetDbNameOk() (*string, bool)

GetDbNameOk returns a tuple with the DbName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDbName

func (o *InstallCheckDatabaseReq) SetDbName(v string)

SetDbName sets DbName field to given value.

HasDbName

func (o *InstallCheckDatabaseReq) HasDbName() bool

HasDbName returns a boolean if a field has been set.

GetDbPassword

func (o *InstallCheckDatabaseReq) GetDbPassword() string

GetDbPassword returns the DbPassword field if non-nil, zero value otherwise.

GetDbPasswordOk

func (o *InstallCheckDatabaseReq) GetDbPasswordOk() (*string, bool)

GetDbPasswordOk returns a tuple with the DbPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDbPassword

func (o *InstallCheckDatabaseReq) SetDbPassword(v string)

SetDbPassword sets DbPassword field to given value.

HasDbPassword

func (o *InstallCheckDatabaseReq) HasDbPassword() bool

HasDbPassword returns a boolean if a field has been set.

GetDbType

func (o *InstallCheckDatabaseReq) GetDbType() string

GetDbType returns the DbType field if non-nil, zero value otherwise.

GetDbTypeOk

func (o *InstallCheckDatabaseReq) GetDbTypeOk() (*string, bool)

GetDbTypeOk returns a tuple with the DbType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDbType

func (o *InstallCheckDatabaseReq) SetDbType(v string)

SetDbType sets DbType field to given value.

GetDbUsername

func (o *InstallCheckDatabaseReq) GetDbUsername() string

GetDbUsername returns the DbUsername field if non-nil, zero value otherwise.

GetDbUsernameOk

func (o *InstallCheckDatabaseReq) GetDbUsernameOk() (*string, bool)

GetDbUsernameOk returns a tuple with the DbUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDbUsername

func (o *InstallCheckDatabaseReq) SetDbUsername(v string)

SetDbUsername sets DbUsername field to given value.

HasDbUsername

func (o *InstallCheckDatabaseReq) HasDbUsername() bool

HasDbUsername returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]