Skip to content

AdoptTipOpenApiVO

Properties

Name Type Description Notes
AdoptDeviceNum Pointer to int32 Adopted device num [optional]
RecommendDeviceNum Pointer to int32 Recommend adopt device num [optional]

Methods

NewAdoptTipOpenApiVO

func NewAdoptTipOpenApiVO() *AdoptTipOpenApiVO

NewAdoptTipOpenApiVO instantiates a new AdoptTipOpenApiVO 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

NewAdoptTipOpenApiVOWithDefaults

func NewAdoptTipOpenApiVOWithDefaults() *AdoptTipOpenApiVO

NewAdoptTipOpenApiVOWithDefaults instantiates a new AdoptTipOpenApiVO 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

GetAdoptDeviceNum

func (o *AdoptTipOpenApiVO) GetAdoptDeviceNum() int32

GetAdoptDeviceNum returns the AdoptDeviceNum field if non-nil, zero value otherwise.

GetAdoptDeviceNumOk

func (o *AdoptTipOpenApiVO) GetAdoptDeviceNumOk() (*int32, bool)

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

SetAdoptDeviceNum

func (o *AdoptTipOpenApiVO) SetAdoptDeviceNum(v int32)

SetAdoptDeviceNum sets AdoptDeviceNum field to given value.

HasAdoptDeviceNum

func (o *AdoptTipOpenApiVO) HasAdoptDeviceNum() bool

HasAdoptDeviceNum returns a boolean if a field has been set.

GetRecommendDeviceNum

func (o *AdoptTipOpenApiVO) GetRecommendDeviceNum() int32

GetRecommendDeviceNum returns the RecommendDeviceNum field if non-nil, zero value otherwise.

GetRecommendDeviceNumOk

func (o *AdoptTipOpenApiVO) GetRecommendDeviceNumOk() (*int32, bool)

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

SetRecommendDeviceNum

func (o *AdoptTipOpenApiVO) SetRecommendDeviceNum(v int32)

SetRecommendDeviceNum sets RecommendDeviceNum field to given value.

HasRecommendDeviceNum

func (o *AdoptTipOpenApiVO) HasRecommendDeviceNum() bool

HasRecommendDeviceNum returns a boolean if a field has been set.

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