Constructor and Description |
---|
MfaUnregisterDeviceResult()
Returns an instance.
|
MfaUnregisterDeviceResult(MobileKitException mobileKitException)
Returns a new MfaUnregisterDeviceResult in case an error was returned
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorDescription()
Returns detailed information about the error.
|
MobileKitException |
getMobileKitException()
Returns the exception in case of an error.
|
boolean |
hasError()
Returns whether to indicate an error.
|
static MfaUnregisterDeviceResult |
parse(org.json.JSONObject data)
Returns an instance of
MfaUnregisterDeviceResult parsed from the object. |
public MfaUnregisterDeviceResult()
public MfaUnregisterDeviceResult(MobileKitException mobileKitException)
mobileKitException
- the MobileKitException that was thrownjava.lang.IllegalArgumentException
- if parameter is nullpublic MobileKitException getMobileKitException()
getMobileKitException
in interface IResult
MobileKitException
thrownpublic boolean hasError()
public java.lang.String getErrorDescription()
getErrorDescription
in interface IResult
public static MfaUnregisterDeviceResult parse(org.json.JSONObject data)
MfaUnregisterDeviceResult
parsed from the object.data
- the object to deserialize fromMfaUnregisterDeviceResult