public class RpcommonResp
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
data
example:
|
String |
responseCode
example:
|
String |
resultMsg
example:
|
Boolean |
success
example:
|
| Constructor and Description |
|---|
RpcommonResp() |
| Modifier and Type | Method and Description |
|---|---|
static RpcommonResp |
build(Map<String,?> map) |
String |
getData() |
String |
getResponseCode() |
String |
getResultMsg() |
Boolean |
getSuccess() |
RpcommonResp |
setData(String data) |
RpcommonResp |
setResponseCode(String responseCode) |
RpcommonResp |
setResultMsg(String resultMsg) |
RpcommonResp |
setSuccess(Boolean success) |
@NameInMap(value="success") @Validation(required=true) public Boolean success
true, false
@NameInMap(value="result_msg") @Validation(required=true) public String resultMsg
success
@NameInMap(value="response_code") @Validation(required=true) public String responseCode
0
@NameInMap(value="data") @Validation(required=true) public String data
{"a":1}
public static RpcommonResp build(Map<String,?> map) throws Exception
Exceptionpublic RpcommonResp setSuccess(Boolean success)
public Boolean getSuccess()
public RpcommonResp setResultMsg(String resultMsg)
public String getResultMsg()
public RpcommonResp setResponseCode(String responseCode)
public String getResponseCode()
public RpcommonResp setData(String data)
public String getData()
Copyright © 2025. All rights reserved.