Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.28 KB

File metadata and controls

93 lines (50 loc) · 3.28 KB

MonitorCheckStatusRelatedFailures

Properties

Name Type Description Notes
CheckStatusId int64
TopologyTime int32
CheckStatuses []MonitorCheckStatusRelatedFailuresCheckStatus

Methods

NewMonitorCheckStatusRelatedFailures

func NewMonitorCheckStatusRelatedFailures(checkStatusId int64, topologyTime int32, checkStatuses []MonitorCheckStatusRelatedFailuresCheckStatus, ) *MonitorCheckStatusRelatedFailures

NewMonitorCheckStatusRelatedFailures instantiates a new MonitorCheckStatusRelatedFailures 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

NewMonitorCheckStatusRelatedFailuresWithDefaults

func NewMonitorCheckStatusRelatedFailuresWithDefaults() *MonitorCheckStatusRelatedFailures

NewMonitorCheckStatusRelatedFailuresWithDefaults instantiates a new MonitorCheckStatusRelatedFailures 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

GetCheckStatusId

func (o *MonitorCheckStatusRelatedFailures) GetCheckStatusId() int64

GetCheckStatusId returns the CheckStatusId field if non-nil, zero value otherwise.

GetCheckStatusIdOk

func (o *MonitorCheckStatusRelatedFailures) GetCheckStatusIdOk() (*int64, bool)

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

SetCheckStatusId

func (o *MonitorCheckStatusRelatedFailures) SetCheckStatusId(v int64)

SetCheckStatusId sets CheckStatusId field to given value.

GetTopologyTime

func (o *MonitorCheckStatusRelatedFailures) GetTopologyTime() int32

GetTopologyTime returns the TopologyTime field if non-nil, zero value otherwise.

GetTopologyTimeOk

func (o *MonitorCheckStatusRelatedFailures) GetTopologyTimeOk() (*int32, bool)

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

SetTopologyTime

func (o *MonitorCheckStatusRelatedFailures) SetTopologyTime(v int32)

SetTopologyTime sets TopologyTime field to given value.

GetCheckStatuses

func (o *MonitorCheckStatusRelatedFailures) GetCheckStatuses() []MonitorCheckStatusRelatedFailuresCheckStatus

GetCheckStatuses returns the CheckStatuses field if non-nil, zero value otherwise.

GetCheckStatusesOk

func (o *MonitorCheckStatusRelatedFailures) GetCheckStatusesOk() (*[]MonitorCheckStatusRelatedFailuresCheckStatus, bool)

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

SetCheckStatuses

func (o *MonitorCheckStatusRelatedFailures) SetCheckStatuses(v []MonitorCheckStatusRelatedFailuresCheckStatus)

SetCheckStatuses sets CheckStatuses field to given value.

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