public abstract class AliyunResponse extends Object implements Serializable
| Constructor and Description |
|---|
AliyunResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
String |
getErrorCode() |
String |
getMessage() |
Map<String,String> |
getParams() |
boolean |
isSuccess() |
void |
setBody(String body) |
void |
setErrorCode(String errorCode) |
void |
setMessage(String message) |
void |
setParams(Map<String,String> params) |
public String getErrorCode()
public void setErrorCode(String errorCode)
public String getBody()
public void setBody(String body)
public boolean isSuccess()
public String getMessage()
public void setMessage(String message)
Copyright © 2021. All rights reserved.