Skip to content

WanHealthStatVO

Properties

Name Type Description Notes
Fair Pointer to int32 [optional]
Good Pointer to int32 [optional]
NoData Pointer to int32 [optional]
Offline Pointer to int32 [optional]
Poor Pointer to int32 [optional]

Methods

NewWanHealthStatVO

func NewWanHealthStatVO() *WanHealthStatVO

NewWanHealthStatVO instantiates a new WanHealthStatVO 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

NewWanHealthStatVOWithDefaults

func NewWanHealthStatVOWithDefaults() *WanHealthStatVO

NewWanHealthStatVOWithDefaults instantiates a new WanHealthStatVO 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

GetFair

func (o *WanHealthStatVO) GetFair() int32

GetFair returns the Fair field if non-nil, zero value otherwise.

GetFairOk

func (o *WanHealthStatVO) 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 *WanHealthStatVO) SetFair(v int32)

SetFair sets Fair field to given value.

HasFair

func (o *WanHealthStatVO) HasFair() bool

HasFair returns a boolean if a field has been set.

GetGood

func (o *WanHealthStatVO) GetGood() int32

GetGood returns the Good field if non-nil, zero value otherwise.

GetGoodOk

func (o *WanHealthStatVO) 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 *WanHealthStatVO) SetGood(v int32)

SetGood sets Good field to given value.

HasGood

func (o *WanHealthStatVO) HasGood() bool

HasGood returns a boolean if a field has been set.

GetNoData

func (o *WanHealthStatVO) GetNoData() int32

GetNoData returns the NoData field if non-nil, zero value otherwise.

GetNoDataOk

func (o *WanHealthStatVO) 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 *WanHealthStatVO) SetNoData(v int32)

SetNoData sets NoData field to given value.

HasNoData

func (o *WanHealthStatVO) HasNoData() bool

HasNoData returns a boolean if a field has been set.

GetOffline

func (o *WanHealthStatVO) GetOffline() int32

GetOffline returns the Offline field if non-nil, zero value otherwise.

GetOfflineOk

func (o *WanHealthStatVO) GetOfflineOk() (*int32, bool)

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

SetOffline

func (o *WanHealthStatVO) SetOffline(v int32)

SetOffline sets Offline field to given value.

HasOffline

func (o *WanHealthStatVO) HasOffline() bool

HasOffline returns a boolean if a field has been set.

GetPoor

func (o *WanHealthStatVO) GetPoor() int32

GetPoor returns the Poor field if non-nil, zero value otherwise.

GetPoorOk

func (o *WanHealthStatVO) 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 *WanHealthStatVO) SetPoor(v int32)

SetPoor sets Poor field to given value.

HasPoor

func (o *WanHealthStatVO) HasPoor() bool

HasPoor returns a boolean if a field has been set.

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