OsgFanStatusVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Status | Pointer to int32 | [optional] |
Methods
NewOsgFanStatusVO
func NewOsgFanStatusVO() *OsgFanStatusVO
NewOsgFanStatusVO instantiates a new OsgFanStatusVO 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
NewOsgFanStatusVOWithDefaults
func NewOsgFanStatusVOWithDefaults() *OsgFanStatusVO
NewOsgFanStatusVOWithDefaults instantiates a new OsgFanStatusVO 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
GetId
func (o *OsgFanStatusVO) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *OsgFanStatusVO) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetId
func (o *OsgFanStatusVO) SetId(v int32)
SetId sets Id field to given value.
HasId
func (o *OsgFanStatusVO) HasId() bool
HasId returns a boolean if a field has been set.
GetStatus
func (o *OsgFanStatusVO) GetStatus() int32
GetStatus returns the Status field if non-nil, zero value otherwise.
GetStatusOk
func (o *OsgFanStatusVO) 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 *OsgFanStatusVO) SetStatus(v int32)
SetStatus sets Status field to given value.
HasStatus
func (o *OsgFanStatusVO) HasStatus() bool
HasStatus returns a boolean if a field has been set.