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