-
public final class MakeSnapshotRequestRequest object containing input parameters for the LayerTreeDomain.makeSnapshot command.
-
-
Constructor Summary
Constructors Constructor Description MakeSnapshotRequest(String layerId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final MakeSnapshotRequestcopy(String layerId)final StringgetLayerId()The id of the layer. -
-
Constructor Detail
-
MakeSnapshotRequest
MakeSnapshotRequest(String layerId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final MakeSnapshotRequest copy(String layerId)
-
getLayerId
final String getLayerId()
The id of the layer.
-
-
-
-