TopologyOpenApiHealthStatusVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Disconnected | Pointer to int32 | Disconnected Devices Count | [optional] |
| Fair | Pointer to int32 | Devices Count In Fair/Average Health Status | [optional] |
| Good | Pointer to int32 | Devices Count In Good Health Status | [optional] |
| NoData | Pointer to int32 | Devices Count With No Health Status | [optional] |
| Poor | Pointer to int32 | Devices Count In Poor Health Status | [optional] |
| Total | Pointer to int32 | Total Devices Count | [optional] |
Methods
NewTopologyOpenApiHealthStatusVO
func NewTopologyOpenApiHealthStatusVO() *TopologyOpenApiHealthStatusVO
NewTopologyOpenApiHealthStatusVO instantiates a new TopologyOpenApiHealthStatusVO 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
NewTopologyOpenApiHealthStatusVOWithDefaults
func NewTopologyOpenApiHealthStatusVOWithDefaults() *TopologyOpenApiHealthStatusVO
NewTopologyOpenApiHealthStatusVOWithDefaults instantiates a new TopologyOpenApiHealthStatusVO 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
GetDisconnected
func (o *TopologyOpenApiHealthStatusVO) GetDisconnected() int32
GetDisconnected returns the Disconnected field if non-nil, zero value otherwise.
GetDisconnectedOk
func (o *TopologyOpenApiHealthStatusVO) GetDisconnectedOk() (*int32, bool)
GetDisconnectedOk returns a tuple with the Disconnected field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDisconnected
func (o *TopologyOpenApiHealthStatusVO) SetDisconnected(v int32)
SetDisconnected sets Disconnected field to given value.
HasDisconnected
func (o *TopologyOpenApiHealthStatusVO) HasDisconnected() bool
HasDisconnected returns a boolean if a field has been set.
GetFair
func (o *TopologyOpenApiHealthStatusVO) GetFair() int32
GetFair returns the Fair field if non-nil, zero value otherwise.
GetFairOk
func (o *TopologyOpenApiHealthStatusVO) GetFairOk() (*int32, bool)
GetFairOk returns a tuple with the Fair field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFair
func (o *TopologyOpenApiHealthStatusVO) SetFair(v int32)
SetFair sets Fair field to given value.
HasFair
func (o *TopologyOpenApiHealthStatusVO) HasFair() bool
HasFair returns a boolean if a field has been set.
GetGood
func (o *TopologyOpenApiHealthStatusVO) GetGood() int32
GetGood returns the Good field if non-nil, zero value otherwise.
GetGoodOk
func (o *TopologyOpenApiHealthStatusVO) GetGoodOk() (*int32, bool)
GetGoodOk returns a tuple with the Good field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetGood
func (o *TopologyOpenApiHealthStatusVO) SetGood(v int32)
SetGood sets Good field to given value.
HasGood
func (o *TopologyOpenApiHealthStatusVO) HasGood() bool
HasGood returns a boolean if a field has been set.
GetNoData
func (o *TopologyOpenApiHealthStatusVO) GetNoData() int32
GetNoData returns the NoData field if non-nil, zero value otherwise.
GetNoDataOk
func (o *TopologyOpenApiHealthStatusVO) GetNoDataOk() (*int32, bool)
GetNoDataOk returns a tuple with the NoData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNoData
func (o *TopologyOpenApiHealthStatusVO) SetNoData(v int32)
SetNoData sets NoData field to given value.
HasNoData
func (o *TopologyOpenApiHealthStatusVO) HasNoData() bool
HasNoData returns a boolean if a field has been set.
GetPoor
func (o *TopologyOpenApiHealthStatusVO) GetPoor() int32
GetPoor returns the Poor field if non-nil, zero value otherwise.
GetPoorOk
func (o *TopologyOpenApiHealthStatusVO) GetPoorOk() (*int32, bool)
GetPoorOk returns a tuple with the Poor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPoor
func (o *TopologyOpenApiHealthStatusVO) SetPoor(v int32)
SetPoor sets Poor field to given value.
HasPoor
func (o *TopologyOpenApiHealthStatusVO) HasPoor() bool
HasPoor returns a boolean if a field has been set.
GetTotal
func (o *TopologyOpenApiHealthStatusVO) GetTotal() int32
GetTotal returns the Total field if non-nil, zero value otherwise.
GetTotalOk
func (o *TopologyOpenApiHealthStatusVO) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTotal
func (o *TopologyOpenApiHealthStatusVO) SetTotal(v int32)
SetTotal sets Total field to given value.
HasTotal
func (o *TopologyOpenApiHealthStatusVO) HasTotal() bool
HasTotal returns a boolean if a field has been set.