public abstract class IccResponse extends Response
| 构造器和说明 |
|---|
IccResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCode() |
String |
getErrMsg() |
String |
getRequestId() |
String |
getResult() |
boolean |
isSuccess() |
void |
setCode(String code) |
void |
setErrMsg(String errMsg) |
void |
setRequestId(String requestId) |
void |
setResult(String result) |
void |
setSuccess(boolean success) |
String |
toString() |
public String getRequestId()
public void setRequestId(String requestId)
public String getResult()
public void setResult(String result)
public String getCode()
public void setCode(String code)
public boolean isSuccess()
public void setSuccess(boolean success)
public String getErrMsg()
public void setErrMsg(String errMsg)
Copyright © 2023. All rights reserved.