public class JgwOperateResponse extends AbstractModel
Constructor and Description |
---|
JgwOperateResponse() |
JgwOperateResponse(JgwOperateResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
OperateResponseData |
getData()
Get Data returned by an operation, which may contain `flowId`, etc.
|
String |
getReturnCode()
Get Returned code.
|
String |
getReturnMessage()
Get Success message
|
void |
setData(OperateResponseData Data)
Set Data returned by an operation, which may contain `flowId`, etc.
|
void |
setReturnCode(String ReturnCode)
Set Returned code.
|
void |
setReturnMessage(String ReturnMessage)
Set Success message
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public JgwOperateResponse()
public JgwOperateResponse(JgwOperateResponse source)
public String getReturnCode()
public void setReturnCode(String ReturnCode)
ReturnCode
- Returned code. 0: normal, other values: errorpublic String getReturnMessage()
public void setReturnMessage(String ReturnMessage)
ReturnMessage
- Success messagepublic OperateResponseData getData()
public void setData(OperateResponseData Data)
Data
- Data returned by an operation, which may contain `flowId`, etc.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.