Checkpoint Class

  • java.lang.Object
    • com.azure.resourcemanager.scvmm.models.Checkpoint

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 checkpointId property: Gets ID of 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 parentCheckpointId property: Gets ID of parent of the checkpoint.

void validate()

Validates the instance.

Checkpoint withCheckpointId(String checkpointId)

Set the checkpointId property: Gets ID of 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 parentCheckpointId property: Gets ID of parent of the checkpoint.

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:

the checkpointId value.

description

public String description()

Get the description property: Gets description of the checkpoint.

Returns:

the description value.

name

public String name()

Get the name property: Gets name of the checkpoint.

Returns:

the name value.

parentCheckpointId

public String parentCheckpointId()

Get the parentCheckpointId property: Gets ID of parent of the checkpoint.

Returns:

the parentCheckpointId value.

validate

public void validate()

Validates the instance.

withCheckpointId

public Checkpoint withCheckpointId(String checkpointId)

Set the checkpointId property: Gets ID of the checkpoint.

Parameters:

checkpointId - the checkpointId value to set.

Returns:

the Checkpoint object itself.

withDescription

public Checkpoint withDescription(String description)

Set the description property: Gets description of the checkpoint.

Parameters:

description - the description value to set.

Returns:

the Checkpoint object itself.

withName

public Checkpoint withName(String name)

Set the name property: Gets name of the checkpoint.

Parameters:

name - the name value to set.

Returns:

the Checkpoint object itself.

withParentCheckpointId

public Checkpoint withParentCheckpointId(String parentCheckpointId)

Set the parentCheckpointId property: Gets ID of parent of the checkpoint.

Parameters:

parentCheckpointId - the parentCheckpointId value to set.

Returns:

the Checkpoint object itself.

Applies to