Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.05 KB

ApiCheckpointPartView.md

File metadata and controls

160 lines (87 loc) · 5.05 KB

ApiCheckpointPartView

Properties

Name Type Description Notes
ReplicaSetName Pointer to string Human-readable label that identifies the replica set to which this checkpoint applies. [optional] [readonly]
ShardName Pointer to string Human-readable label that identifies the shard to which this checkpoint applies. [optional] [readonly]
TokenDiscovered Pointer to bool Flag that indicates whether the token exists. [optional] [readonly]
TokenTimestamp Pointer to ApiBSONTimestampView [optional]
TypeName Pointer to string Human-readable label that identifies the type of host that the part represents. [optional] [readonly]

Methods

NewApiCheckpointPartView

func NewApiCheckpointPartView() *ApiCheckpointPartView

NewApiCheckpointPartView instantiates a new ApiCheckpointPartView 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

NewApiCheckpointPartViewWithDefaults

func NewApiCheckpointPartViewWithDefaults() *ApiCheckpointPartView

NewApiCheckpointPartViewWithDefaults instantiates a new ApiCheckpointPartView 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

GetReplicaSetName

func (o *ApiCheckpointPartView) GetReplicaSetName() string

GetReplicaSetName returns the ReplicaSetName field if non-nil, zero value otherwise.

GetReplicaSetNameOk

func (o *ApiCheckpointPartView) GetReplicaSetNameOk() (*string, bool)

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

SetReplicaSetName

func (o *ApiCheckpointPartView) SetReplicaSetName(v string)

SetReplicaSetName sets ReplicaSetName field to given value.

HasReplicaSetName

func (o *ApiCheckpointPartView) HasReplicaSetName() bool

HasReplicaSetName returns a boolean if a field has been set.

GetShardName

func (o *ApiCheckpointPartView) GetShardName() string

GetShardName returns the ShardName field if non-nil, zero value otherwise.

GetShardNameOk

func (o *ApiCheckpointPartView) GetShardNameOk() (*string, bool)

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

SetShardName

func (o *ApiCheckpointPartView) SetShardName(v string)

SetShardName sets ShardName field to given value.

HasShardName

func (o *ApiCheckpointPartView) HasShardName() bool

HasShardName returns a boolean if a field has been set.

GetTokenDiscovered

func (o *ApiCheckpointPartView) GetTokenDiscovered() bool

GetTokenDiscovered returns the TokenDiscovered field if non-nil, zero value otherwise.

GetTokenDiscoveredOk

func (o *ApiCheckpointPartView) GetTokenDiscoveredOk() (*bool, bool)

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

SetTokenDiscovered

func (o *ApiCheckpointPartView) SetTokenDiscovered(v bool)

SetTokenDiscovered sets TokenDiscovered field to given value.

HasTokenDiscovered

func (o *ApiCheckpointPartView) HasTokenDiscovered() bool

HasTokenDiscovered returns a boolean if a field has been set.

GetTokenTimestamp

func (o *ApiCheckpointPartView) GetTokenTimestamp() ApiBSONTimestampView

GetTokenTimestamp returns the TokenTimestamp field if non-nil, zero value otherwise.

GetTokenTimestampOk

func (o *ApiCheckpointPartView) GetTokenTimestampOk() (*ApiBSONTimestampView, bool)

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

SetTokenTimestamp

func (o *ApiCheckpointPartView) SetTokenTimestamp(v ApiBSONTimestampView)

SetTokenTimestamp sets TokenTimestamp field to given value.

HasTokenTimestamp

func (o *ApiCheckpointPartView) HasTokenTimestamp() bool

HasTokenTimestamp returns a boolean if a field has been set.

GetTypeName

func (o *ApiCheckpointPartView) GetTypeName() string

GetTypeName returns the TypeName field if non-nil, zero value otherwise.

GetTypeNameOk

func (o *ApiCheckpointPartView) GetTypeNameOk() (*string, bool)

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

SetTypeName

func (o *ApiCheckpointPartView) SetTypeName(v string)

SetTypeName sets TypeName field to given value.

HasTypeName

func (o *ApiCheckpointPartView) HasTypeName() bool

HasTypeName returns a boolean if a field has been set.

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