public class TipoffResponse extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.