Package com.vonage.client.sns.response
Class SnsSubscribeResponse
java.lang.Object
com.vonage.client.sns.response.SnsResponse
com.vonage.client.sns.response.SnsSubscribeResponse
public class SnsSubscribeResponse extends SnsResponse
Represents the result of a publish service request to the Vonage SNS Service.
-
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 SnsSubscribeResponse(int resultCode, java.lang.String resultMessage, java.lang.String subscriberArn) -
Method Summary
Modifier and Type Method Description java.lang.StringgetSubscriberArn()Methods inherited from class com.vonage.client.sns.response.SnsResponse
getCommand, getResultCode, getResultMessage
-
Constructor Details
-
SnsSubscribeResponse
public SnsSubscribeResponse(int resultCode, java.lang.String resultMessage, java.lang.String subscriberArn)
-
-
Method Details