Class AliyunSmsSendResponse

java.lang.Object
cn.toint.oksms.aliyun.model.AliyunSmsSendResponse

public class AliyunSmsSendResponse extends Object
  • Field Details

    • bizId

      @NameInMap("BizId") public String 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

      @NameInMap("Code") public String 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.
      example:

      OK

    • message

      @NameInMap("Message") public String message

      The returned message.

      example:

      OK

    • requestId

      @NameInMap("RequestId") public String requestId

      The request ID.

      example:

      F655A8D5-B967-440B-8683-DAD6FF8DE990

  • Constructor Details

    • AliyunSmsSendResponse

      public AliyunSmsSendResponse()