Checkpoint Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. Checkpoint
- com.
public final class Checkpoint
Defines the resource properties.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| Checkpoint() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
checkpointId()
Get the checkpoint |
| String |
description()
Get the description property: Gets description of the checkpoint. |
| String |
name()
Get the name property: Gets name of the checkpoint. |
| String |
parentCheckpointId()
Get the parent |
| void |
validate()
Validates the instance. |
| Checkpoint |
withCheckpointId(String checkpointId)
Set the checkpoint |
| Checkpoint |
withDescription(String description)
Set the description property: Gets description of the checkpoint. |
| Checkpoint |
withName(String name)
Set the name property: Gets name of the checkpoint. |
| Checkpoint |
withParentCheckpointId(String parentCheckpointId)
Set the parent |
Methods inherited from java.lang.Object
Constructor Details
Checkpoint
public Checkpoint()
Method Details
checkpointId
public String checkpointId()
Get the checkpointId property: Gets ID of the checkpoint.
Returns:
description
public String description()
Get the description property: Gets description of the checkpoint.
Returns:
name
public String name()
Get the name property: Gets name of the checkpoint.
Returns:
parentCheckpointId
public String parentCheckpointId()
Get the parentCheckpointId property: Gets ID of parent of the checkpoint.
Returns:
validate
public void validate()
Validates the instance.
withCheckpointId
public Checkpoint withCheckpointId(String checkpointId)
Set the checkpointId property: Gets ID of the checkpoint.
Parameters:
Returns:
withDescription
public Checkpoint withDescription(String description)
Set the description property: Gets description of the checkpoint.
Parameters:
Returns:
withName
public Checkpoint withName(String name)
Set the name property: Gets name of the checkpoint.
Parameters:
Returns:
withParentCheckpointId
public Checkpoint withParentCheckpointId(String parentCheckpointId)
Set the parentCheckpointId property: Gets ID of parent of the checkpoint.
Parameters:
Returns: