Skip to content

AuthedClientNumVO

Properties

Name Type Description Notes
EndTime Pointer to int64 [optional]
ExistingNum Pointer to int32 [optional]
NewNum Pointer to int32 [optional]
StartTime Pointer to int64 [optional]

Methods

NewAuthedClientNumVO

func NewAuthedClientNumVO() *AuthedClientNumVO

NewAuthedClientNumVO instantiates a new AuthedClientNumVO 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

NewAuthedClientNumVOWithDefaults

func NewAuthedClientNumVOWithDefaults() *AuthedClientNumVO

NewAuthedClientNumVOWithDefaults instantiates a new AuthedClientNumVO 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

GetEndTime

func (o *AuthedClientNumVO) GetEndTime() int64

GetEndTime returns the EndTime field if non-nil, zero value otherwise.

GetEndTimeOk

func (o *AuthedClientNumVO) GetEndTimeOk() (*int64, bool)

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

SetEndTime

func (o *AuthedClientNumVO) SetEndTime(v int64)

SetEndTime sets EndTime field to given value.

HasEndTime

func (o *AuthedClientNumVO) HasEndTime() bool

HasEndTime returns a boolean if a field has been set.

GetExistingNum

func (o *AuthedClientNumVO) GetExistingNum() int32

GetExistingNum returns the ExistingNum field if non-nil, zero value otherwise.

GetExistingNumOk

func (o *AuthedClientNumVO) GetExistingNumOk() (*int32, bool)

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

SetExistingNum

func (o *AuthedClientNumVO) SetExistingNum(v int32)

SetExistingNum sets ExistingNum field to given value.

HasExistingNum

func (o *AuthedClientNumVO) HasExistingNum() bool

HasExistingNum returns a boolean if a field has been set.

GetNewNum

func (o *AuthedClientNumVO) GetNewNum() int32

GetNewNum returns the NewNum field if non-nil, zero value otherwise.

GetNewNumOk

func (o *AuthedClientNumVO) GetNewNumOk() (*int32, bool)

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

SetNewNum

func (o *AuthedClientNumVO) SetNewNum(v int32)

SetNewNum sets NewNum field to given value.

HasNewNum

func (o *AuthedClientNumVO) HasNewNum() bool

HasNewNum returns a boolean if a field has been set.

GetStartTime

func (o *AuthedClientNumVO) GetStartTime() int64

GetStartTime returns the StartTime field if non-nil, zero value otherwise.

GetStartTimeOk

func (o *AuthedClientNumVO) GetStartTimeOk() (*int64, bool)

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

SetStartTime

func (o *AuthedClientNumVO) SetStartTime(v int64)

SetStartTime sets StartTime field to given value.

HasStartTime

func (o *AuthedClientNumVO) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

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