Skip to content

ClientHealthDetailVO

Properties

Name Type Description Notes
AssociationTime Pointer to CommonSubHealthInfoDetailVOInteger [optional]
Rate Pointer to CommonSubHealthInfoDetailVOLong [optional]
Rssi Pointer to CommonSubHealthInfoDetailVOInteger [optional]
Score Pointer to int32 [optional]

Methods

NewClientHealthDetailVO

func NewClientHealthDetailVO() *ClientHealthDetailVO

NewClientHealthDetailVO instantiates a new ClientHealthDetailVO 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

NewClientHealthDetailVOWithDefaults

func NewClientHealthDetailVOWithDefaults() *ClientHealthDetailVO

NewClientHealthDetailVOWithDefaults instantiates a new ClientHealthDetailVO 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

GetAssociationTime

func (o *ClientHealthDetailVO) GetAssociationTime() CommonSubHealthInfoDetailVOInteger

GetAssociationTime returns the AssociationTime field if non-nil, zero value otherwise.

GetAssociationTimeOk

func (o *ClientHealthDetailVO) GetAssociationTimeOk() (*CommonSubHealthInfoDetailVOInteger, bool)

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

SetAssociationTime

func (o *ClientHealthDetailVO) SetAssociationTime(v CommonSubHealthInfoDetailVOInteger)

SetAssociationTime sets AssociationTime field to given value.

HasAssociationTime

func (o *ClientHealthDetailVO) HasAssociationTime() bool

HasAssociationTime returns a boolean if a field has been set.

GetRate

func (o *ClientHealthDetailVO) GetRate() CommonSubHealthInfoDetailVOLong

GetRate returns the Rate field if non-nil, zero value otherwise.

GetRateOk

func (o *ClientHealthDetailVO) GetRateOk() (*CommonSubHealthInfoDetailVOLong, bool)

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

SetRate

func (o *ClientHealthDetailVO) SetRate(v CommonSubHealthInfoDetailVOLong)

SetRate sets Rate field to given value.

HasRate

func (o *ClientHealthDetailVO) HasRate() bool

HasRate returns a boolean if a field has been set.

GetRssi

func (o *ClientHealthDetailVO) GetRssi() CommonSubHealthInfoDetailVOInteger

GetRssi returns the Rssi field if non-nil, zero value otherwise.

GetRssiOk

func (o *ClientHealthDetailVO) GetRssiOk() (*CommonSubHealthInfoDetailVOInteger, bool)

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

SetRssi

func (o *ClientHealthDetailVO) SetRssi(v CommonSubHealthInfoDetailVOInteger)

SetRssi sets Rssi field to given value.

HasRssi

func (o *ClientHealthDetailVO) HasRssi() bool

HasRssi returns a boolean if a field has been set.

GetScore

func (o *ClientHealthDetailVO) GetScore() int32

GetScore returns the Score field if non-nil, zero value otherwise.

GetScoreOk

func (o *ClientHealthDetailVO) GetScoreOk() (*int32, bool)

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

SetScore

func (o *ClientHealthDetailVO) SetScore(v int32)

SetScore sets Score field to given value.

HasScore

func (o *ClientHealthDetailVO) HasScore() bool

HasScore returns a boolean if a field has been set.

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