Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.01 KB

File metadata and controls

93 lines (50 loc) · 3.01 KB

MultipleMatchesCheckState

Properties

Name Type Description Notes
CheckStateId string
TopologyElementIdentifier string
MatchCount int32

Methods

NewMultipleMatchesCheckState

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

NewMultipleMatchesCheckStateWithDefaults

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

GetCheckStateId

func (o *MultipleMatchesCheckState) GetCheckStateId() string

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

GetCheckStateIdOk

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.

SetCheckStateId

func (o *MultipleMatchesCheckState) SetCheckStateId(v string)

SetCheckStateId sets CheckStateId field to given value.

GetTopologyElementIdentifier

func (o *MultipleMatchesCheckState) GetTopologyElementIdentifier() string

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

GetTopologyElementIdentifierOk

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.

SetTopologyElementIdentifier

func (o *MultipleMatchesCheckState) SetTopologyElementIdentifier(v string)

SetTopologyElementIdentifier sets TopologyElementIdentifier field to given value.

GetMatchCount

func (o *MultipleMatchesCheckState) GetMatchCount() int32

GetMatchCount returns the MatchCount field if non-nil, zero value otherwise.

GetMatchCountOk

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.

SetMatchCount

func (o *MultipleMatchesCheckState) SetMatchCount(v int32)

SetMatchCount sets MatchCount field to given value.

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