public class IntentQueryResponse extends AlipayObject
| 构造器和说明 |
|---|
IntentQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getRequestId() |
String |
getResultCode() |
String |
getResultJson() |
String |
getResultMsg() |
Boolean |
getSuccess() |
void |
setRequestId(String requestId) |
void |
setResultCode(String resultCode) |
void |
setResultJson(String resultJson) |
void |
setResultMsg(String resultMsg) |
void |
setSuccess(Boolean success) |
public String getRequestId()
public void setRequestId(String requestId)
public String getResultCode()
public void setResultCode(String resultCode)
public String getResultJson()
public void setResultJson(String resultJson)
public String getResultMsg()
public void setResultMsg(String resultMsg)
public Boolean getSuccess()
public void setSuccess(Boolean success)
Copyright © 2023. All rights reserved.