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] |
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
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
func (o *ApiCheckpointPartView) GetReplicaSetName() string
GetReplicaSetName returns the ReplicaSetName field if non-nil, zero value otherwise.
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.
func (o *ApiCheckpointPartView) SetReplicaSetName(v string)
SetReplicaSetName sets ReplicaSetName field to given value.
func (o *ApiCheckpointPartView) HasReplicaSetName() bool
HasReplicaSetName returns a boolean if a field has been set.
func (o *ApiCheckpointPartView) GetShardName() string
GetShardName returns the ShardName field if non-nil, zero value otherwise.
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.
func (o *ApiCheckpointPartView) SetShardName(v string)
SetShardName sets ShardName field to given value.
func (o *ApiCheckpointPartView) HasShardName() bool
HasShardName returns a boolean if a field has been set.
func (o *ApiCheckpointPartView) GetTokenDiscovered() bool
GetTokenDiscovered returns the TokenDiscovered field if non-nil, zero value otherwise.
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.
func (o *ApiCheckpointPartView) SetTokenDiscovered(v bool)
SetTokenDiscovered sets TokenDiscovered field to given value.
func (o *ApiCheckpointPartView) HasTokenDiscovered() bool
HasTokenDiscovered returns a boolean if a field has been set.
func (o *ApiCheckpointPartView) GetTokenTimestamp() ApiBSONTimestampView
GetTokenTimestamp returns the TokenTimestamp field if non-nil, zero value otherwise.
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.
func (o *ApiCheckpointPartView) SetTokenTimestamp(v ApiBSONTimestampView)
SetTokenTimestamp sets TokenTimestamp field to given value.
func (o *ApiCheckpointPartView) HasTokenTimestamp() bool
HasTokenTimestamp returns a boolean if a field has been set.
func (o *ApiCheckpointPartView) GetTypeName() string
GetTypeName returns the TypeName field if non-nil, zero value otherwise.
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.
func (o *ApiCheckpointPartView) SetTypeName(v string)
SetTypeName sets TypeName field to given value.
func (o *ApiCheckpointPartView) HasTypeName() bool
HasTypeName returns a boolean if a field has been set.