Skip to content

CustomerListClientNumVO

Properties

Name Type Description Notes
CustomerId Pointer to string [optional]
WiredUser Pointer to int32 [optional]
WirelessGuest Pointer to int32 [optional]
WirelessUser Pointer to int32 [optional]

Methods

NewCustomerListClientNumVO

func NewCustomerListClientNumVO() *CustomerListClientNumVO

NewCustomerListClientNumVO instantiates a new CustomerListClientNumVO 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

NewCustomerListClientNumVOWithDefaults

func NewCustomerListClientNumVOWithDefaults() *CustomerListClientNumVO

NewCustomerListClientNumVOWithDefaults instantiates a new CustomerListClientNumVO 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

GetCustomerId

func (o *CustomerListClientNumVO) GetCustomerId() string

GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.

GetCustomerIdOk

func (o *CustomerListClientNumVO) GetCustomerIdOk() (*string, bool)

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

SetCustomerId

func (o *CustomerListClientNumVO) SetCustomerId(v string)

SetCustomerId sets CustomerId field to given value.

HasCustomerId

func (o *CustomerListClientNumVO) HasCustomerId() bool

HasCustomerId returns a boolean if a field has been set.

GetWiredUser

func (o *CustomerListClientNumVO) GetWiredUser() int32

GetWiredUser returns the WiredUser field if non-nil, zero value otherwise.

GetWiredUserOk

func (o *CustomerListClientNumVO) GetWiredUserOk() (*int32, bool)

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

SetWiredUser

func (o *CustomerListClientNumVO) SetWiredUser(v int32)

SetWiredUser sets WiredUser field to given value.

HasWiredUser

func (o *CustomerListClientNumVO) HasWiredUser() bool

HasWiredUser returns a boolean if a field has been set.

GetWirelessGuest

func (o *CustomerListClientNumVO) GetWirelessGuest() int32

GetWirelessGuest returns the WirelessGuest field if non-nil, zero value otherwise.

GetWirelessGuestOk

func (o *CustomerListClientNumVO) GetWirelessGuestOk() (*int32, bool)

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

SetWirelessGuest

func (o *CustomerListClientNumVO) SetWirelessGuest(v int32)

SetWirelessGuest sets WirelessGuest field to given value.

HasWirelessGuest

func (o *CustomerListClientNumVO) HasWirelessGuest() bool

HasWirelessGuest returns a boolean if a field has been set.

GetWirelessUser

func (o *CustomerListClientNumVO) GetWirelessUser() int32

GetWirelessUser returns the WirelessUser field if non-nil, zero value otherwise.

GetWirelessUserOk

func (o *CustomerListClientNumVO) GetWirelessUserOk() (*int32, bool)

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

SetWirelessUser

func (o *CustomerListClientNumVO) SetWirelessUser(v int32)

SetWirelessUser sets WirelessUser field to given value.

HasWirelessUser

func (o *CustomerListClientNumVO) HasWirelessUser() bool

HasWirelessUser returns a boolean if a field has been set.

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