public class AipResponse extends Object
| 构造器和说明 |
|---|
AipResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
getBody() |
String |
getBodyStr() |
String |
getCharset() |
String |
getErrorMsg() |
Map<String,List<String>> |
getHeader() |
int |
getStatus() |
void |
setBody(byte[] body) |
void |
setCharset(String charset) |
void |
setErrorMsg(String errorMsg) |
void |
setHeader(Map<String,List<String>> header) |
void |
setStatus(int status) |
public int getStatus()
public void setStatus(int status)
public String getBodyStr()
public byte[] getBody()
public void setBody(byte[] body)
public String getCharset()
public void setCharset(String charset)
public String getErrorMsg()
public void setErrorMsg(String errorMsg)
Copyright © 2024. All rights reserved.