| Name | Type | Description | Notes |
|---|---|---|---|
| CheckStateId | string | ||
| TopologyElementIdentifier | string |
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
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
func (o *UnmatchedCheckState) GetCheckStateId() string
GetCheckStateId returns the CheckStateId field if non-nil, zero value otherwise.
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.
func (o *UnmatchedCheckState) SetCheckStateId(v string)
SetCheckStateId sets CheckStateId field to given value.
func (o *UnmatchedCheckState) GetTopologyElementIdentifier() string
GetTopologyElementIdentifier returns the TopologyElementIdentifier field if non-nil, zero value otherwise.
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.
func (o *UnmatchedCheckState) SetTopologyElementIdentifier(v string)
SetTopologyElementIdentifier sets TopologyElementIdentifier field to given value.