public class TipoffResponse extends AbstractModel
Constructor and Description |
---|
TipoffResponse() |
TipoffResponse(TipoffResponse 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 |
---|---|
Long |
getResultCode()
Get 举报结果, "0-举报数据提交成功 99-举报数据提交失败"
|
String |
getResultMsg()
Get 结果描述
|
void |
setResultCode(Long ResultCode)
Set 举报结果, "0-举报数据提交成功 99-举报数据提交失败"
|
void |
setResultMsg(String ResultMsg)
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 TipoffResponse()
public TipoffResponse(TipoffResponse source)
public Long getResultCode()
public void setResultCode(Long ResultCode)
ResultCode
- 举报结果, "0-举报数据提交成功 99-举报数据提交失败"public String getResultMsg()
public void setResultMsg(String ResultMsg)
ResultMsg
- 结果描述Copyright © 2022. All rights reserved.