-
public final class CloseTargetResponseResponse type for the TargetDomain.closeTarget command.
-
-
Constructor Summary
Constructors Constructor Description CloseTargetResponse(Boolean success)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final CloseTargetResponsecopy(Boolean success)final BooleangetSuccess()Always set to true. -
-
Constructor Detail
-
CloseTargetResponse
CloseTargetResponse(Boolean success)
-
-
Method Detail
-
component1
final Boolean component1()
-
copy
final CloseTargetResponse copy(Boolean success)
-
getSuccess
final Boolean getSuccess()
Always set to true. If an error occurs, the response indicates protocol error.
-
-
-
-