Package cn.toint.oksms.aliyun.model
Class AliyunSmsSendResponse
java.lang.Object
cn.toint.oksms.aliyun.model.AliyunSmsSendResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bizId
The ID of the delivery receipt.
You can call the QuerySendDetails operation to query the delivery status based on the receipt ID.
example:9006197469364984****
-
code
The HTTP status code.
- The value OK indicates that the request was successful.
- Other values indicate that the request failed. For more information, see Error codes.
OK
-
message
The returned message.
example:OK
-
requestId
The request ID.
example:F655A8D5-B967-440B-8683-DAD6FF8DE990
-
-
Constructor Details
-
AliyunSmsSendResponse
public AliyunSmsSendResponse()
-