SiteDeviceSubHealthScoreVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ApHealthScoreDetail | Pointer to HealthStatisticsScoreVO | [optional] | |
| OsgHealthScoreDetail | Pointer to HealthStatisticsScoreVO | [optional] | |
| OswHealthScoreDetail | Pointer to HealthStatisticsScoreVO | [optional] |
Methods
NewSiteDeviceSubHealthScoreVO
func NewSiteDeviceSubHealthScoreVO() *SiteDeviceSubHealthScoreVO
NewSiteDeviceSubHealthScoreVO instantiates a new SiteDeviceSubHealthScoreVO 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
NewSiteDeviceSubHealthScoreVOWithDefaults
func NewSiteDeviceSubHealthScoreVOWithDefaults() *SiteDeviceSubHealthScoreVO
NewSiteDeviceSubHealthScoreVOWithDefaults instantiates a new SiteDeviceSubHealthScoreVO 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
GetApHealthScoreDetail
func (o *SiteDeviceSubHealthScoreVO) GetApHealthScoreDetail() HealthStatisticsScoreVO
GetApHealthScoreDetail returns the ApHealthScoreDetail field if non-nil, zero value otherwise.
GetApHealthScoreDetailOk
func (o *SiteDeviceSubHealthScoreVO) GetApHealthScoreDetailOk() (*HealthStatisticsScoreVO, bool)
GetApHealthScoreDetailOk returns a tuple with the ApHealthScoreDetail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetApHealthScoreDetail
func (o *SiteDeviceSubHealthScoreVO) SetApHealthScoreDetail(v HealthStatisticsScoreVO)
SetApHealthScoreDetail sets ApHealthScoreDetail field to given value.
HasApHealthScoreDetail
func (o *SiteDeviceSubHealthScoreVO) HasApHealthScoreDetail() bool
HasApHealthScoreDetail returns a boolean if a field has been set.
GetOsgHealthScoreDetail
func (o *SiteDeviceSubHealthScoreVO) GetOsgHealthScoreDetail() HealthStatisticsScoreVO
GetOsgHealthScoreDetail returns the OsgHealthScoreDetail field if non-nil, zero value otherwise.
GetOsgHealthScoreDetailOk
func (o *SiteDeviceSubHealthScoreVO) GetOsgHealthScoreDetailOk() (*HealthStatisticsScoreVO, bool)
GetOsgHealthScoreDetailOk returns a tuple with the OsgHealthScoreDetail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOsgHealthScoreDetail
func (o *SiteDeviceSubHealthScoreVO) SetOsgHealthScoreDetail(v HealthStatisticsScoreVO)
SetOsgHealthScoreDetail sets OsgHealthScoreDetail field to given value.
HasOsgHealthScoreDetail
func (o *SiteDeviceSubHealthScoreVO) HasOsgHealthScoreDetail() bool
HasOsgHealthScoreDetail returns a boolean if a field has been set.
GetOswHealthScoreDetail
func (o *SiteDeviceSubHealthScoreVO) GetOswHealthScoreDetail() HealthStatisticsScoreVO
GetOswHealthScoreDetail returns the OswHealthScoreDetail field if non-nil, zero value otherwise.
GetOswHealthScoreDetailOk
func (o *SiteDeviceSubHealthScoreVO) GetOswHealthScoreDetailOk() (*HealthStatisticsScoreVO, bool)
GetOswHealthScoreDetailOk returns a tuple with the OswHealthScoreDetail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOswHealthScoreDetail
func (o *SiteDeviceSubHealthScoreVO) SetOswHealthScoreDetail(v HealthStatisticsScoreVO)
SetOswHealthScoreDetail sets OswHealthScoreDetail field to given value.
HasOswHealthScoreDetail
func (o *SiteDeviceSubHealthScoreVO) HasOswHealthScoreDetail() bool
HasOswHealthScoreDetail returns a boolean if a field has been set.