Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.34 KB

File metadata and controls

72 lines (39 loc) · 2.34 KB

UnmatchedCheckState

Properties

Name Type Description Notes
CheckStateId string
TopologyElementIdentifier string

Methods

NewUnmatchedCheckState

func NewUnmatchedCheckState(checkStateId string, topologyElementIdentifier string, ) *UnmatchedCheckState

NewUnmatchedCheckState instantiates a new UnmatchedCheckState 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

NewUnmatchedCheckStateWithDefaults

func NewUnmatchedCheckStateWithDefaults() *UnmatchedCheckState

NewUnmatchedCheckStateWithDefaults instantiates a new UnmatchedCheckState 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

GetCheckStateId

func (o *UnmatchedCheckState) GetCheckStateId() string

GetCheckStateId returns the CheckStateId field if non-nil, zero value otherwise.

GetCheckStateIdOk

func (o *UnmatchedCheckState) GetCheckStateIdOk() (*string, bool)

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

SetCheckStateId

func (o *UnmatchedCheckState) SetCheckStateId(v string)

SetCheckStateId sets CheckStateId field to given value.

GetTopologyElementIdentifier

func (o *UnmatchedCheckState) GetTopologyElementIdentifier() string

GetTopologyElementIdentifier returns the TopologyElementIdentifier field if non-nil, zero value otherwise.

GetTopologyElementIdentifierOk

func (o *UnmatchedCheckState) GetTopologyElementIdentifierOk() (*string, bool)

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

SetTopologyElementIdentifier

func (o *UnmatchedCheckState) SetTopologyElementIdentifier(v string)

SetTopologyElementIdentifier sets TopologyElementIdentifier field to given value.

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