-
public final class SetRemoteLocationsRequestRequest object containing input parameters for the TargetDomain.setRemoteLocations command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<RemoteLocation>locations
-
Constructor Summary
Constructors Constructor Description SetRemoteLocationsRequest(List<RemoteLocation> locations)
-
Method Summary
Modifier and Type Method Description final List<RemoteLocation>component1()final SetRemoteLocationsRequestcopy(List<RemoteLocation> locations)final List<RemoteLocation>getLocations()List of remote locations. -
-
Constructor Detail
-
SetRemoteLocationsRequest
SetRemoteLocationsRequest(List<RemoteLocation> locations)
-
-
Method Detail
-
component1
final List<RemoteLocation> component1()
-
copy
final SetRemoteLocationsRequest copy(List<RemoteLocation> locations)
-
getLocations
final List<RemoteLocation> getLocations()
List of remote locations.
-
-
-
-