程序包 com.baidubce

类 BceErrorResponse


  • public class BceErrorResponse
    extends Object
    • 构造器详细资料

      • BceErrorResponse

        public BceErrorResponse()
    • 方法详细资料

      • getRequestId

        public String getRequestId()
      • setRequestId

        public void setRequestId​(String requestId)
      • getCode

        public String getCode()
        Returns the BCE error code which represents the error type.
        返回:
        the BCE error code which represents the error type.
      • setCode

        public void setCode​(String code)
        Sets the BCE error code which represents the error type.
        参数:
        code - the BCE error code which represents the error type.
      • getMessage

        public String getMessage()
        Returns the detail error message.
        返回:
        the detail error message.
      • setMessage

        public void setMessage​(String message)
        Sets the detail error message.
        参数:
        message - the detail error message.