-
public final class MakeSnapshotResponseResponse type for the LayerTreeDomain.makeSnapshot command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsnapshotId
-
Constructor Summary
Constructors Constructor Description MakeSnapshotResponse(String snapshotId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final MakeSnapshotResponsecopy(String snapshotId)final StringgetSnapshotId()The id of the layer snapshot. -
-
Constructor Detail
-
MakeSnapshotResponse
MakeSnapshotResponse(String snapshotId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final MakeSnapshotResponse copy(String snapshotId)
-
getSnapshotId
final String getSnapshotId()
The id of the layer snapshot.
-
-
-
-