Skip to content

CommonSubHealthInfoDetailVOLong

Properties

Name Type Description Notes
AverageNum Pointer to []TimeValueItemVOLong List of common dimension value, such as rssi [optional]
SummaryScore Pointer to int32 Sub dimension health score [optional]

Methods

NewCommonSubHealthInfoDetailVOLong

func NewCommonSubHealthInfoDetailVOLong() *CommonSubHealthInfoDetailVOLong

NewCommonSubHealthInfoDetailVOLong instantiates a new CommonSubHealthInfoDetailVOLong 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

NewCommonSubHealthInfoDetailVOLongWithDefaults

func NewCommonSubHealthInfoDetailVOLongWithDefaults() *CommonSubHealthInfoDetailVOLong

NewCommonSubHealthInfoDetailVOLongWithDefaults instantiates a new CommonSubHealthInfoDetailVOLong 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

GetAverageNum

func (o *CommonSubHealthInfoDetailVOLong) GetAverageNum() []TimeValueItemVOLong

GetAverageNum returns the AverageNum field if non-nil, zero value otherwise.

GetAverageNumOk

func (o *CommonSubHealthInfoDetailVOLong) GetAverageNumOk() (*[]TimeValueItemVOLong, bool)

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

SetAverageNum

func (o *CommonSubHealthInfoDetailVOLong) SetAverageNum(v []TimeValueItemVOLong)

SetAverageNum sets AverageNum field to given value.

HasAverageNum

func (o *CommonSubHealthInfoDetailVOLong) HasAverageNum() bool

HasAverageNum returns a boolean if a field has been set.

GetSummaryScore

func (o *CommonSubHealthInfoDetailVOLong) GetSummaryScore() int32

GetSummaryScore returns the SummaryScore field if non-nil, zero value otherwise.

GetSummaryScoreOk

func (o *CommonSubHealthInfoDetailVOLong) GetSummaryScoreOk() (*int32, bool)

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

SetSummaryScore

func (o *CommonSubHealthInfoDetailVOLong) SetSummaryScore(v int32)

SetSummaryScore sets SummaryScore field to given value.

HasSummaryScore

func (o *CommonSubHealthInfoDetailVOLong) HasSummaryScore() bool

HasSummaryScore returns a boolean if a field has been set.

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