Package com.vonage.client.sns.response
Class SnsPublishResponse
java.lang.Object
com.vonage.client.sns.response.SnsResponse
com.vonage.client.sns.response.SnsPublishResponse
public class SnsPublishResponse extends SnsResponse
-
Field Summary
Fields inherited from class com.vonage.client.sns.response.SnsResponse
STATUS_BAD_COMMAND, STATUS_COMMS_FAILURE, STATUS_INTERNAL_ERROR, STATUS_INVALID_ACCOUNT, STATUS_INVALID_OR_MISSING_FROM, STATUS_INVALID_OR_MISSING_MSG, STATUS_INVALID_OR_MISSING_MSISDN, STATUS_MISSING_TOPIC, STATUS_OK, STATUS_TOPIC_NOT_FOUND, STATUS_TOPIC_PERMISSION_FAILURE -
Constructor Summary
Constructors Constructor Description SnsPublishResponse(int resultCode, java.lang.String resultMessage, java.lang.String transactionId) -
Method Summary
Modifier and Type Method Description java.lang.StringgetTransactionId()Methods inherited from class com.vonage.client.sns.response.SnsResponse
getCommand, getResultCode, getResultMessage
-
Constructor Details
-
SnsPublishResponse
public SnsPublishResponse(int resultCode, java.lang.String resultMessage, java.lang.String transactionId)
-
-
Method Details