UnbindActiveDeviceSnOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| NewSn | string | New serial number. It should contains 13 characters | |
| OldSn | string | Old serial number. It should contains 13 characters |
Methods
NewUnbindActiveDeviceSnOpenApiVO
func NewUnbindActiveDeviceSnOpenApiVO(newSn string, oldSn string, ) *UnbindActiveDeviceSnOpenApiVO
NewUnbindActiveDeviceSnOpenApiVO instantiates a new UnbindActiveDeviceSnOpenApiVO 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
NewUnbindActiveDeviceSnOpenApiVOWithDefaults
func NewUnbindActiveDeviceSnOpenApiVOWithDefaults() *UnbindActiveDeviceSnOpenApiVO
NewUnbindActiveDeviceSnOpenApiVOWithDefaults instantiates a new UnbindActiveDeviceSnOpenApiVO 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
GetNewSn
func (o *UnbindActiveDeviceSnOpenApiVO) GetNewSn() string
GetNewSn returns the NewSn field if non-nil, zero value otherwise.
GetNewSnOk
func (o *UnbindActiveDeviceSnOpenApiVO) GetNewSnOk() (*string, bool)
GetNewSnOk returns a tuple with the NewSn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNewSn
func (o *UnbindActiveDeviceSnOpenApiVO) SetNewSn(v string)
SetNewSn sets NewSn field to given value.
GetOldSn
func (o *UnbindActiveDeviceSnOpenApiVO) GetOldSn() string
GetOldSn returns the OldSn field if non-nil, zero value otherwise.
GetOldSnOk
func (o *UnbindActiveDeviceSnOpenApiVO) GetOldSnOk() (*string, bool)
GetOldSnOk returns a tuple with the OldSn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOldSn
func (o *UnbindActiveDeviceSnOpenApiVO) SetOldSn(v string)
SetOldSn sets OldSn field to given value.