Package com.nexmo.client.sns.response
Class SnsResponse
- java.lang.Object
-
- com.nexmo.client.sns.response.SnsResponse
-
- Direct Known Subclasses:
SnsPublishResponse,SnsSubscribeResponse
public class SnsResponse extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intSTATUS_BAD_COMMANDstatic intSTATUS_COMMS_FAILUREstatic intSTATUS_INTERNAL_ERRORstatic intSTATUS_INVALID_ACCOUNTstatic intSTATUS_INVALID_OR_MISSING_FROMstatic intSTATUS_INVALID_OR_MISSING_MSGstatic intSTATUS_INVALID_OR_MISSING_MSISDNstatic intSTATUS_MISSING_TOPICstatic intSTATUS_OKstatic intSTATUS_TOPIC_NOT_FOUNDstatic intSTATUS_TOPIC_PERMISSION_FAILURE
-
Constructor Summary
Constructors Constructor Description SnsResponse(java.lang.String command, int resultCode, java.lang.String resultMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCommand()intgetResultCode()java.lang.StringgetResultMessage()
-
-
-
Field Detail
-
STATUS_OK
public static final int STATUS_OK
- See Also:
- Constant Field Values
-
STATUS_BAD_COMMAND
public static final int STATUS_BAD_COMMAND
- See Also:
- Constant Field Values
-
STATUS_INTERNAL_ERROR
public static final int STATUS_INTERNAL_ERROR
- See Also:
- Constant Field Values
-
STATUS_INVALID_ACCOUNT
public static final int STATUS_INVALID_ACCOUNT
- See Also:
- Constant Field Values
-
STATUS_MISSING_TOPIC
public static final int STATUS_MISSING_TOPIC
- See Also:
- Constant Field Values
-
STATUS_INVALID_OR_MISSING_MSISDN
public static final int STATUS_INVALID_OR_MISSING_MSISDN
- See Also:
- Constant Field Values
-
STATUS_INVALID_OR_MISSING_FROM
public static final int STATUS_INVALID_OR_MISSING_FROM
- See Also:
- Constant Field Values
-
STATUS_INVALID_OR_MISSING_MSG
public static final int STATUS_INVALID_OR_MISSING_MSG
- See Also:
- Constant Field Values
-
STATUS_TOPIC_NOT_FOUND
public static final int STATUS_TOPIC_NOT_FOUND
- See Also:
- Constant Field Values
-
STATUS_TOPIC_PERMISSION_FAILURE
public static final int STATUS_TOPIC_PERMISSION_FAILURE
- See Also:
- Constant Field Values
-
STATUS_COMMS_FAILURE
public static final int STATUS_COMMS_FAILURE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SnsResponse
public SnsResponse(java.lang.String command, int resultCode, java.lang.String resultMessage)
-
-
Method Detail
-
getCommand
public java.lang.String getCommand()
-
getResultCode
public int getResultCode()
-
getResultMessage
public java.lang.String getResultMessage()
-
-