| Name | Type | Description | Notes |
|---|---|---|---|
| CheckStateId | string | ||
| TopologyElementIdentifier | string | ||
| MatchCount | int32 |
func NewMultipleMatchesCheckState(checkStateId string, topologyElementIdentifier string, matchCount int32, ) *MultipleMatchesCheckState
NewMultipleMatchesCheckState instantiates a new MultipleMatchesCheckState 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 NewMultipleMatchesCheckStateWithDefaults() *MultipleMatchesCheckState
NewMultipleMatchesCheckStateWithDefaults instantiates a new MultipleMatchesCheckState 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 *MultipleMatchesCheckState) GetCheckStateId() string
GetCheckStateId returns the CheckStateId field if non-nil, zero value otherwise.
func (o *MultipleMatchesCheckState) 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 *MultipleMatchesCheckState) SetCheckStateId(v string)
SetCheckStateId sets CheckStateId field to given value.
func (o *MultipleMatchesCheckState) GetTopologyElementIdentifier() string
GetTopologyElementIdentifier returns the TopologyElementIdentifier field if non-nil, zero value otherwise.
func (o *MultipleMatchesCheckState) 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 *MultipleMatchesCheckState) SetTopologyElementIdentifier(v string)
SetTopologyElementIdentifier sets TopologyElementIdentifier field to given value.
func (o *MultipleMatchesCheckState) GetMatchCount() int32
GetMatchCount returns the MatchCount field if non-nil, zero value otherwise.
func (o *MultipleMatchesCheckState) GetMatchCountOk() (*int32, bool)
GetMatchCountOk returns a tuple with the MatchCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultipleMatchesCheckState) SetMatchCount(v int32)
SetMatchCount sets MatchCount field to given value.