protected static class FakePushAPI.MutableCheckpointInfo extends CheckpointInfo
name, parentIterator, synced, value
Constructor and Description |
---|
MutableCheckpointInfo() |
Modifier and Type | Method and Description |
---|---|
void |
setName(java.lang.String name)
Set the checkpoint name.
|
void |
setParentIterator(CheckpointInfoIterator parentIterator) |
void |
setSynced(boolean synced)
Set the checkpoint synchronized flag.
|
void |
setValue(java.lang.String value)
Set the checkpoint value.
|
FakePushAPI.MutableCheckpointInfo |
withName(java.lang.String name) |
FakePushAPI.MutableCheckpointInfo |
withParentIterator(CheckpointInfoIterator parentIterator) |
FakePushAPI.MutableCheckpointInfo |
withSynced(boolean synced) |
FakePushAPI.MutableCheckpointInfo |
withValue(java.lang.String value) |
clone, equals, getName, getParentIterator, getValue, hashCode, isSynced
public void setName(java.lang.String name)
CheckpointInfo
setName
in class CheckpointInfo
name
- the checkpoint name.public FakePushAPI.MutableCheckpointInfo withName(java.lang.String name)
public void setValue(java.lang.String value)
CheckpointInfo
setValue
in class CheckpointInfo
value
- the checkpoint value.public FakePushAPI.MutableCheckpointInfo withValue(java.lang.String value)
public void setSynced(boolean synced)
CheckpointInfo
setSynced
in class CheckpointInfo
synced
- the checkpoint sync statepublic FakePushAPI.MutableCheckpointInfo withSynced(boolean synced)
public void setParentIterator(CheckpointInfoIterator parentIterator)
public FakePushAPI.MutableCheckpointInfo withParentIterator(CheckpointInfoIterator parentIterator)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.