|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.BceErrorResponse
public class BceErrorResponse
Constructor Summary | |
---|---|
BceErrorResponse()
|
Method Summary | |
---|---|
String |
getCode()
Returns the BCE error code which represents the error type. |
String |
getMessage()
Returns the detail error message. |
String |
getRequestId()
|
void |
setCode(String code)
Sets the BCE error code which represents the error type. |
void |
setMessage(String message)
Sets the detail error message. |
void |
setRequestId(String requestId)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BceErrorResponse()
Method Detail |
---|
public String getRequestId()
public void setRequestId(String requestId)
public String getCode()
public void setCode(String code)
code
- the BCE error code which represents the error type.public String getMessage()
public void setMessage(String message)
message
- the detail error message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |