TopMemUsageHealthOpenApiVO
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] |
| MemUtil | Pointer to int32 | Memory utilization | [optional] |
| Model | Pointer to string | Device model | [optional] |
| ModelVersion | Pointer to string | Device model version | [optional] |
| Name | Pointer to string | Device name | [optional] |
| Type | Pointer to string | Device type | [optional] |
Methods
NewTopMemUsageHealthOpenApiVO
func NewTopMemUsageHealthOpenApiVO() *TopMemUsageHealthOpenApiVO
NewTopMemUsageHealthOpenApiVO instantiates a new TopMemUsageHealthOpenApiVO 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
NewTopMemUsageHealthOpenApiVOWithDefaults
func NewTopMemUsageHealthOpenApiVOWithDefaults() *TopMemUsageHealthOpenApiVO
NewTopMemUsageHealthOpenApiVOWithDefaults instantiates a new TopMemUsageHealthOpenApiVO 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 *TopMemUsageHealthOpenApiVO) GetDeviceSeriesType() int32
GetDeviceSeriesType returns the DeviceSeriesType field if non-nil, zero value otherwise.
GetDeviceSeriesTypeOk
func (o *TopMemUsageHealthOpenApiVO) 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 *TopMemUsageHealthOpenApiVO) SetDeviceSeriesType(v int32)
SetDeviceSeriesType sets DeviceSeriesType field to given value.
HasDeviceSeriesType
func (o *TopMemUsageHealthOpenApiVO) HasDeviceSeriesType() bool
HasDeviceSeriesType returns a boolean if a field has been set.
GetHealthScore
func (o *TopMemUsageHealthOpenApiVO) GetHealthScore() int32
GetHealthScore returns the HealthScore field if non-nil, zero value otherwise.
GetHealthScoreOk
func (o *TopMemUsageHealthOpenApiVO) 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 *TopMemUsageHealthOpenApiVO) SetHealthScore(v int32)
SetHealthScore sets HealthScore field to given value.
HasHealthScore
func (o *TopMemUsageHealthOpenApiVO) HasHealthScore() bool
HasHealthScore returns a boolean if a field has been set.
GetMac
func (o *TopMemUsageHealthOpenApiVO) GetMac() string
GetMac returns the Mac field if non-nil, zero value otherwise.
GetMacOk
func (o *TopMemUsageHealthOpenApiVO) 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 *TopMemUsageHealthOpenApiVO) SetMac(v string)
SetMac sets Mac field to given value.
HasMac
func (o *TopMemUsageHealthOpenApiVO) HasMac() bool
HasMac returns a boolean if a field has been set.
GetMemUtil
func (o *TopMemUsageHealthOpenApiVO) GetMemUtil() int32
GetMemUtil returns the MemUtil field if non-nil, zero value otherwise.
GetMemUtilOk
func (o *TopMemUsageHealthOpenApiVO) GetMemUtilOk() (*int32, bool)
GetMemUtilOk returns a tuple with the MemUtil field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMemUtil
func (o *TopMemUsageHealthOpenApiVO) SetMemUtil(v int32)
SetMemUtil sets MemUtil field to given value.
HasMemUtil
func (o *TopMemUsageHealthOpenApiVO) HasMemUtil() bool
HasMemUtil returns a boolean if a field has been set.
GetModel
func (o *TopMemUsageHealthOpenApiVO) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
GetModelOk
func (o *TopMemUsageHealthOpenApiVO) 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 *TopMemUsageHealthOpenApiVO) SetModel(v string)
SetModel sets Model field to given value.
HasModel
func (o *TopMemUsageHealthOpenApiVO) HasModel() bool
HasModel returns a boolean if a field has been set.
GetModelVersion
func (o *TopMemUsageHealthOpenApiVO) GetModelVersion() string
GetModelVersion returns the ModelVersion field if non-nil, zero value otherwise.
GetModelVersionOk
func (o *TopMemUsageHealthOpenApiVO) 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 *TopMemUsageHealthOpenApiVO) SetModelVersion(v string)
SetModelVersion sets ModelVersion field to given value.
HasModelVersion
func (o *TopMemUsageHealthOpenApiVO) HasModelVersion() bool
HasModelVersion returns a boolean if a field has been set.
GetName
func (o *TopMemUsageHealthOpenApiVO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *TopMemUsageHealthOpenApiVO) 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 *TopMemUsageHealthOpenApiVO) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *TopMemUsageHealthOpenApiVO) HasName() bool
HasName returns a boolean if a field has been set.
GetType
func (o *TopMemUsageHealthOpenApiVO) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
GetTypeOk
func (o *TopMemUsageHealthOpenApiVO) 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 *TopMemUsageHealthOpenApiVO) SetType(v string)
SetType sets Type field to given value.
HasType
func (o *TopMemUsageHealthOpenApiVO) HasType() bool
HasType returns a boolean if a field has been set.