-
public final class CreateTargetResponseResponse type for the TargetDomain.createTarget command.
-
-
Constructor Summary
Constructors Constructor Description CreateTargetResponse(String targetId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final CreateTargetResponsecopy(String targetId)final StringgetTargetId()The id of the page opened. -
-
Constructor Detail
-
CreateTargetResponse
CreateTargetResponse(String targetId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final CreateTargetResponse copy(String targetId)
-
getTargetId
final String getTargetId()
The id of the page opened.
-
-
-
-