NumberOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| TelephoneNumber | Pointer to string | telephone number | [optional] |
| TelephoneNumberId | Pointer to string | telephone number id | [optional] |
Methods
NewNumberOpenApiVO
func NewNumberOpenApiVO() *NumberOpenApiVO
NewNumberOpenApiVO instantiates a new NumberOpenApiVO 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
NewNumberOpenApiVOWithDefaults
func NewNumberOpenApiVOWithDefaults() *NumberOpenApiVO
NewNumberOpenApiVOWithDefaults instantiates a new NumberOpenApiVO 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
GetTelephoneNumber
func (o *NumberOpenApiVO) GetTelephoneNumber() string
GetTelephoneNumber returns the TelephoneNumber field if non-nil, zero value otherwise.
GetTelephoneNumberOk
func (o *NumberOpenApiVO) GetTelephoneNumberOk() (*string, bool)
GetTelephoneNumberOk returns a tuple with the TelephoneNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTelephoneNumber
func (o *NumberOpenApiVO) SetTelephoneNumber(v string)
SetTelephoneNumber sets TelephoneNumber field to given value.
HasTelephoneNumber
func (o *NumberOpenApiVO) HasTelephoneNumber() bool
HasTelephoneNumber returns a boolean if a field has been set.
GetTelephoneNumberId
func (o *NumberOpenApiVO) GetTelephoneNumberId() string
GetTelephoneNumberId returns the TelephoneNumberId field if non-nil, zero value otherwise.
GetTelephoneNumberIdOk
func (o *NumberOpenApiVO) GetTelephoneNumberIdOk() (*string, bool)
GetTelephoneNumberIdOk returns a tuple with the TelephoneNumberId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTelephoneNumberId
func (o *NumberOpenApiVO) SetTelephoneNumberId(v string)
SetTelephoneNumberId sets TelephoneNumberId field to given value.
HasTelephoneNumberId
func (o *NumberOpenApiVO) HasTelephoneNumberId() bool
HasTelephoneNumberId returns a boolean if a field has been set.