TelephoneNumberWithStatusOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DeviceMac | Pointer to string | Device MAC. | [optional] |
| Number | Pointer to string | The telephone number. | [optional] |
| Password | Pointer to string | Password. | [optional] |
| PhoneNumberId | Pointer to string | The phoneNumber ID of telephone number. | [optional] |
| Prefix | Pointer to string | The prefix of telephone number. | [optional] |
| ProfileId | Pointer to string | The profile ID of telephone number. | [optional] |
| ProfileName | Pointer to string | The profile name of telephone number. | [optional] |
| Status | Pointer to int32 | The status of telephone number. | [optional] |
| Username | Pointer to string | Username. | [optional] |
Methods
NewTelephoneNumberWithStatusOpenApiVO
func NewTelephoneNumberWithStatusOpenApiVO() *TelephoneNumberWithStatusOpenApiVO
NewTelephoneNumberWithStatusOpenApiVO instantiates a new TelephoneNumberWithStatusOpenApiVO 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
NewTelephoneNumberWithStatusOpenApiVOWithDefaults
func NewTelephoneNumberWithStatusOpenApiVOWithDefaults() *TelephoneNumberWithStatusOpenApiVO
NewTelephoneNumberWithStatusOpenApiVOWithDefaults instantiates a new TelephoneNumberWithStatusOpenApiVO 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
GetDeviceMac
func (o *TelephoneNumberWithStatusOpenApiVO) GetDeviceMac() string
GetDeviceMac returns the DeviceMac field if non-nil, zero value otherwise.
GetDeviceMacOk
func (o *TelephoneNumberWithStatusOpenApiVO) GetDeviceMacOk() (*string, bool)
GetDeviceMacOk returns a tuple with the DeviceMac field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeviceMac
func (o *TelephoneNumberWithStatusOpenApiVO) SetDeviceMac(v string)
SetDeviceMac sets DeviceMac field to given value.
HasDeviceMac
func (o *TelephoneNumberWithStatusOpenApiVO) HasDeviceMac() bool
HasDeviceMac returns a boolean if a field has been set.
GetNumber
func (o *TelephoneNumberWithStatusOpenApiVO) GetNumber() string
GetNumber returns the Number field if non-nil, zero value otherwise.
GetNumberOk
func (o *TelephoneNumberWithStatusOpenApiVO) GetNumberOk() (*string, bool)
GetNumberOk returns a tuple with the Number field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNumber
func (o *TelephoneNumberWithStatusOpenApiVO) SetNumber(v string)
SetNumber sets Number field to given value.
HasNumber
func (o *TelephoneNumberWithStatusOpenApiVO) HasNumber() bool
HasNumber returns a boolean if a field has been set.
GetPassword
func (o *TelephoneNumberWithStatusOpenApiVO) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
GetPasswordOk
func (o *TelephoneNumberWithStatusOpenApiVO) 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 *TelephoneNumberWithStatusOpenApiVO) SetPassword(v string)
SetPassword sets Password field to given value.
HasPassword
func (o *TelephoneNumberWithStatusOpenApiVO) HasPassword() bool
HasPassword returns a boolean if a field has been set.
GetPhoneNumberId
func (o *TelephoneNumberWithStatusOpenApiVO) GetPhoneNumberId() string
GetPhoneNumberId returns the PhoneNumberId field if non-nil, zero value otherwise.
GetPhoneNumberIdOk
func (o *TelephoneNumberWithStatusOpenApiVO) GetPhoneNumberIdOk() (*string, bool)
GetPhoneNumberIdOk returns a tuple with the PhoneNumberId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPhoneNumberId
func (o *TelephoneNumberWithStatusOpenApiVO) SetPhoneNumberId(v string)
SetPhoneNumberId sets PhoneNumberId field to given value.
HasPhoneNumberId
func (o *TelephoneNumberWithStatusOpenApiVO) HasPhoneNumberId() bool
HasPhoneNumberId returns a boolean if a field has been set.
GetPrefix
func (o *TelephoneNumberWithStatusOpenApiVO) GetPrefix() string
GetPrefix returns the Prefix field if non-nil, zero value otherwise.
GetPrefixOk
func (o *TelephoneNumberWithStatusOpenApiVO) GetPrefixOk() (*string, bool)
GetPrefixOk returns a tuple with the Prefix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPrefix
func (o *TelephoneNumberWithStatusOpenApiVO) SetPrefix(v string)
SetPrefix sets Prefix field to given value.
HasPrefix
func (o *TelephoneNumberWithStatusOpenApiVO) HasPrefix() bool
HasPrefix returns a boolean if a field has been set.
GetProfileId
func (o *TelephoneNumberWithStatusOpenApiVO) GetProfileId() string
GetProfileId returns the ProfileId field if non-nil, zero value otherwise.
GetProfileIdOk
func (o *TelephoneNumberWithStatusOpenApiVO) GetProfileIdOk() (*string, bool)
GetProfileIdOk returns a tuple with the ProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetProfileId
func (o *TelephoneNumberWithStatusOpenApiVO) SetProfileId(v string)
SetProfileId sets ProfileId field to given value.
HasProfileId
func (o *TelephoneNumberWithStatusOpenApiVO) HasProfileId() bool
HasProfileId returns a boolean if a field has been set.
GetProfileName
func (o *TelephoneNumberWithStatusOpenApiVO) GetProfileName() string
GetProfileName returns the ProfileName field if non-nil, zero value otherwise.
GetProfileNameOk
func (o *TelephoneNumberWithStatusOpenApiVO) GetProfileNameOk() (*string, bool)
GetProfileNameOk returns a tuple with the ProfileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetProfileName
func (o *TelephoneNumberWithStatusOpenApiVO) SetProfileName(v string)
SetProfileName sets ProfileName field to given value.
HasProfileName
func (o *TelephoneNumberWithStatusOpenApiVO) HasProfileName() bool
HasProfileName returns a boolean if a field has been set.
GetStatus
func (o *TelephoneNumberWithStatusOpenApiVO) GetStatus() int32
GetStatus returns the Status field if non-nil, zero value otherwise.
GetStatusOk
func (o *TelephoneNumberWithStatusOpenApiVO) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStatus
func (o *TelephoneNumberWithStatusOpenApiVO) SetStatus(v int32)
SetStatus sets Status field to given value.
HasStatus
func (o *TelephoneNumberWithStatusOpenApiVO) HasStatus() bool
HasStatus returns a boolean if a field has been set.
GetUsername
func (o *TelephoneNumberWithStatusOpenApiVO) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
GetUsernameOk
func (o *TelephoneNumberWithStatusOpenApiVO) 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 *TelephoneNumberWithStatusOpenApiVO) SetUsername(v string)
SetUsername sets Username field to given value.
HasUsername
func (o *TelephoneNumberWithStatusOpenApiVO) HasUsername() bool
HasUsername returns a boolean if a field has been set.