-
public final class ReleaseSnapshotRequestRequest object containing input parameters for the LayerTreeDomain.releaseSnapshot command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsnapshotId
-
Constructor Summary
Constructors Constructor Description ReleaseSnapshotRequest(String snapshotId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final ReleaseSnapshotRequestcopy(String snapshotId)final StringgetSnapshotId()The id of the layer snapshot. -
-
Constructor Detail
-
ReleaseSnapshotRequest
ReleaseSnapshotRequest(String snapshotId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final ReleaseSnapshotRequest copy(String snapshotId)
-
getSnapshotId
final String getSnapshotId()
The id of the layer snapshot.
-
-
-
-