Skip to content

ActiveOswHealthOpenApiVO

Properties

Name Type Description Notes
DeviceSeriesType Pointer to int32 Device series type should be a value as follows: 0:advanced, 1:pro [optional]
HealthScore Pointer to int32 Health score [optional]
Mac Pointer to string Device mac [optional]
Model Pointer to string Device model [optional]
ModelVersion Pointer to string Device model version [optional]
Name Pointer to string Device name [optional]
Traffic Pointer to int64 Device traffic (Bytes) [optional]
Type Pointer to string Device type [optional]

Methods

NewActiveOswHealthOpenApiVO

func NewActiveOswHealthOpenApiVO() *ActiveOswHealthOpenApiVO

NewActiveOswHealthOpenApiVO instantiates a new ActiveOswHealthOpenApiVO 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

NewActiveOswHealthOpenApiVOWithDefaults

func NewActiveOswHealthOpenApiVOWithDefaults() *ActiveOswHealthOpenApiVO

NewActiveOswHealthOpenApiVOWithDefaults instantiates a new ActiveOswHealthOpenApiVO 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

GetDeviceSeriesType

func (o *ActiveOswHealthOpenApiVO) GetDeviceSeriesType() int32

GetDeviceSeriesType returns the DeviceSeriesType field if non-nil, zero value otherwise.

GetDeviceSeriesTypeOk

func (o *ActiveOswHealthOpenApiVO) GetDeviceSeriesTypeOk() (*int32, bool)

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

SetDeviceSeriesType

func (o *ActiveOswHealthOpenApiVO) SetDeviceSeriesType(v int32)

SetDeviceSeriesType sets DeviceSeriesType field to given value.

HasDeviceSeriesType

func (o *ActiveOswHealthOpenApiVO) HasDeviceSeriesType() bool

HasDeviceSeriesType returns a boolean if a field has been set.

GetHealthScore

func (o *ActiveOswHealthOpenApiVO) GetHealthScore() int32

GetHealthScore returns the HealthScore field if non-nil, zero value otherwise.

GetHealthScoreOk

func (o *ActiveOswHealthOpenApiVO) GetHealthScoreOk() (*int32, bool)

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

SetHealthScore

func (o *ActiveOswHealthOpenApiVO) SetHealthScore(v int32)

SetHealthScore sets HealthScore field to given value.

HasHealthScore

func (o *ActiveOswHealthOpenApiVO) HasHealthScore() bool

HasHealthScore returns a boolean if a field has been set.

GetMac

func (o *ActiveOswHealthOpenApiVO) GetMac() string

GetMac returns the Mac field if non-nil, zero value otherwise.

GetMacOk

func (o *ActiveOswHealthOpenApiVO) GetMacOk() (*string, bool)

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

SetMac

func (o *ActiveOswHealthOpenApiVO) SetMac(v string)

SetMac sets Mac field to given value.

HasMac

func (o *ActiveOswHealthOpenApiVO) HasMac() bool

HasMac returns a boolean if a field has been set.

GetModel

func (o *ActiveOswHealthOpenApiVO) GetModel() string

GetModel returns the Model field if non-nil, zero value otherwise.

GetModelOk

func (o *ActiveOswHealthOpenApiVO) GetModelOk() (*string, bool)

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

SetModel

func (o *ActiveOswHealthOpenApiVO) SetModel(v string)

SetModel sets Model field to given value.

HasModel

func (o *ActiveOswHealthOpenApiVO) HasModel() bool

HasModel returns a boolean if a field has been set.

GetModelVersion

func (o *ActiveOswHealthOpenApiVO) GetModelVersion() string

GetModelVersion returns the ModelVersion field if non-nil, zero value otherwise.

GetModelVersionOk

func (o *ActiveOswHealthOpenApiVO) GetModelVersionOk() (*string, bool)

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

SetModelVersion

func (o *ActiveOswHealthOpenApiVO) SetModelVersion(v string)

SetModelVersion sets ModelVersion field to given value.

HasModelVersion

func (o *ActiveOswHealthOpenApiVO) HasModelVersion() bool

HasModelVersion returns a boolean if a field has been set.

GetName

func (o *ActiveOswHealthOpenApiVO) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ActiveOswHealthOpenApiVO) GetNameOk() (*string, bool)

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

SetName

func (o *ActiveOswHealthOpenApiVO) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ActiveOswHealthOpenApiVO) HasName() bool

HasName returns a boolean if a field has been set.

GetTraffic

func (o *ActiveOswHealthOpenApiVO) GetTraffic() int64

GetTraffic returns the Traffic field if non-nil, zero value otherwise.

GetTrafficOk

func (o *ActiveOswHealthOpenApiVO) GetTrafficOk() (*int64, bool)

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

SetTraffic

func (o *ActiveOswHealthOpenApiVO) SetTraffic(v int64)

SetTraffic sets Traffic field to given value.

HasTraffic

func (o *ActiveOswHealthOpenApiVO) HasTraffic() bool

HasTraffic returns a boolean if a field has been set.

GetType

func (o *ActiveOswHealthOpenApiVO) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ActiveOswHealthOpenApiVO) GetTypeOk() (*string, bool)

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

SetType

func (o *ActiveOswHealthOpenApiVO) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ActiveOswHealthOpenApiVO) HasType() bool

HasType returns a boolean if a field has been set.

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