-
public final class GetTargetsResponseResponse type for the TargetDomain.getTargets command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<TargetInfo>targetInfos
-
Constructor Summary
Constructors Constructor Description GetTargetsResponse(List<TargetInfo> targetInfos)
-
Method Summary
Modifier and Type Method Description final List<TargetInfo>component1()final GetTargetsResponsecopy(List<TargetInfo> targetInfos)final List<TargetInfo>getTargetInfos()The list of targets. -
-
Constructor Detail
-
GetTargetsResponse
GetTargetsResponse(List<TargetInfo> targetInfos)
-
-
Method Detail
-
component1
final List<TargetInfo> component1()
-
copy
final GetTargetsResponse copy(List<TargetInfo> targetInfos)
-
getTargetInfos
final List<TargetInfo> getTargetInfos()
The list of targets.
-
-
-
-