Skip to content

ManuallyConfigOpenApiVO

Properties

Name Type Description Notes
Apn Pointer to string [optional]
DialNumber string
Password Pointer to string [optional]
Username Pointer to string [optional]

Methods

NewManuallyConfigOpenApiVO

func NewManuallyConfigOpenApiVO(dialNumber string, ) *ManuallyConfigOpenApiVO

NewManuallyConfigOpenApiVO instantiates a new ManuallyConfigOpenApiVO 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

NewManuallyConfigOpenApiVOWithDefaults

func NewManuallyConfigOpenApiVOWithDefaults() *ManuallyConfigOpenApiVO

NewManuallyConfigOpenApiVOWithDefaults instantiates a new ManuallyConfigOpenApiVO 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

GetApn

func (o *ManuallyConfigOpenApiVO) GetApn() string

GetApn returns the Apn field if non-nil, zero value otherwise.

GetApnOk

func (o *ManuallyConfigOpenApiVO) GetApnOk() (*string, bool)

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

SetApn

func (o *ManuallyConfigOpenApiVO) SetApn(v string)

SetApn sets Apn field to given value.

HasApn

func (o *ManuallyConfigOpenApiVO) HasApn() bool

HasApn returns a boolean if a field has been set.

GetDialNumber

func (o *ManuallyConfigOpenApiVO) GetDialNumber() string

GetDialNumber returns the DialNumber field if non-nil, zero value otherwise.

GetDialNumberOk

func (o *ManuallyConfigOpenApiVO) GetDialNumberOk() (*string, bool)

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

SetDialNumber

func (o *ManuallyConfigOpenApiVO) SetDialNumber(v string)

SetDialNumber sets DialNumber field to given value.

GetPassword

func (o *ManuallyConfigOpenApiVO) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

func (o *ManuallyConfigOpenApiVO) GetPasswordOk() (*string, bool)

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

SetPassword

func (o *ManuallyConfigOpenApiVO) SetPassword(v string)

SetPassword sets Password field to given value.

HasPassword

func (o *ManuallyConfigOpenApiVO) HasPassword() bool

HasPassword returns a boolean if a field has been set.

GetUsername

func (o *ManuallyConfigOpenApiVO) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *ManuallyConfigOpenApiVO) GetUsernameOk() (*string, bool)

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

SetUsername

func (o *ManuallyConfigOpenApiVO) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *ManuallyConfigOpenApiVO) HasUsername() bool

HasUsername returns a boolean if a field has been set.

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