Package com.nexmo.client.verify
Class ControlResponse
- java.lang.Object
-
- com.nexmo.client.verify.ControlResponse
-
public class ControlResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ControlResponse(java.lang.String status, VerifyControlCommand command)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ControlResponsefromJson(java.lang.String json)VerifyControlCommandgetCommand()java.lang.StringgetErrorText()java.lang.StringgetStatus()
-
-
-
Constructor Detail
-
ControlResponse
public ControlResponse(java.lang.String status, VerifyControlCommand command)
-
-
Method Detail
-
getStatus
public java.lang.String getStatus()
-
getCommand
public VerifyControlCommand getCommand()
-
getErrorText
public java.lang.String getErrorText()
-
fromJson
public static ControlResponse fromJson(java.lang.String json)
-
-