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