com.stackmob.sdk.api
Class StackMobRequestSendResult
java.lang.Object
com.stackmob.sdk.api.StackMobRequestSendResult
public class StackMobRequestSendResult
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StackMobRequestSendResult
public StackMobRequestSendResult(StackMobRequestSendResult.RequestSendStatus status,
Throwable failureReason)
StackMobRequestSendResult
public StackMobRequestSendResult()
getStatus
public StackMobRequestSendResult.RequestSendStatus getStatus()
- get the status of the send
- Returns:
- the RequestSendStatus representing what happened after the send was attempted
getFailureReason
public Throwable getFailureReason()
- get the reason for the send failure
- Returns:
- a throwable representing the reason for the send failure, or null if there was no send failure
Copyright © 2012 StackMob. All Rights Reserved.