public class JgwOperateResponse extends AbstractModel
Constructor and Description |
---|
JgwOperateResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getReturnCode()
Get 返回的code,0为正常,非0为错误
|
String |
getReturnMessage()
Get 成功消息
|
void |
setReturnCode(String ReturnCode)
Set 返回的code,0为正常,非0为错误
|
void |
setReturnMessage(String ReturnMessage)
Set 成功消息
|
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 String getReturnCode()
public void setReturnCode(String ReturnCode)
ReturnCode
- 返回的code,0为正常,非0为错误public String getReturnMessage()
public void setReturnMessage(String ReturnMessage)
ReturnMessage
- 成功消息Copyright © 2020. All rights reserved.