Package com.vonage.client.verify
Class ControlResponse
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.verify.ControlResponse
- All Implemented Interfaces:
Jsonable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ControlResponseIf the status is non-zero, this explains the error encountered.Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
ControlResponse
-
-
Method Details
-
getStatus
-
getCommand
-
getErrorText
If the status is non-zero, this explains the error encountered.- Returns:
- The error description, or
nullif there was no error.
-
fromJson
-