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