Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.21 KB

File metadata and controls

114 lines (61 loc) · 3.21 KB

ComponentCheckState

Properties

Name Type Description Notes
Identifier string
IdOrIdentifier string
StartTime int32
EndTime int32

Methods

NewComponentCheckState

func NewComponentCheckState(identifier string, idOrIdentifier string, startTime int32, endTime int32, ) *ComponentCheckState

NewComponentCheckState instantiates a new ComponentCheckState 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

NewComponentCheckStateWithDefaults

func NewComponentCheckStateWithDefaults() *ComponentCheckState

NewComponentCheckStateWithDefaults instantiates a new ComponentCheckState 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

GetIdentifier

func (o *ComponentCheckState) GetIdentifier() string

GetIdentifier returns the Identifier field if non-nil, zero value otherwise.

GetIdentifierOk

func (o *ComponentCheckState) GetIdentifierOk() (*string, bool)

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

SetIdentifier

func (o *ComponentCheckState) SetIdentifier(v string)

SetIdentifier sets Identifier field to given value.

GetIdOrIdentifier

func (o *ComponentCheckState) GetIdOrIdentifier() string

GetIdOrIdentifier returns the IdOrIdentifier field if non-nil, zero value otherwise.

GetIdOrIdentifierOk

func (o *ComponentCheckState) GetIdOrIdentifierOk() (*string, bool)

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

SetIdOrIdentifier

func (o *ComponentCheckState) SetIdOrIdentifier(v string)

SetIdOrIdentifier sets IdOrIdentifier field to given value.

GetStartTime

func (o *ComponentCheckState) GetStartTime() int32

GetStartTime returns the StartTime field if non-nil, zero value otherwise.

GetStartTimeOk

func (o *ComponentCheckState) GetStartTimeOk() (*int32, bool)

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

SetStartTime

func (o *ComponentCheckState) SetStartTime(v int32)

SetStartTime sets StartTime field to given value.

GetEndTime

func (o *ComponentCheckState) GetEndTime() int32

GetEndTime returns the EndTime field if non-nil, zero value otherwise.

GetEndTimeOk

func (o *ComponentCheckState) GetEndTimeOk() (*int32, bool)

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

SetEndTime

func (o *ComponentCheckState) SetEndTime(v int32)

SetEndTime sets EndTime field to given value.

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