public class ReportMsgRes extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ReportMsgRes() | 
| ReportMsgRes(ReportMsgRes 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 | 
|---|---|
| String | getReportId()Get 上报消息对应下标的16位标识Id, 即第几个消息 | 
| Long | getReportStatus()Get 上报消息结果,1表示成功推送,0表示推送失败 | 
| void | setReportId(String ReportId)Set 上报消息对应下标的16位标识Id, 即第几个消息 | 
| void | setReportStatus(Long ReportStatus)Set 上报消息结果,1表示成功推送,0表示推送失败 | 
| 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 ReportMsgRes()
public ReportMsgRes(ReportMsgRes source)
public String getReportId()
public void setReportId(String ReportId)
ReportId - 上报消息对应下标的16位标识Id, 即第几个消息public Long getReportStatus()
public void setReportStatus(Long ReportStatus)
ReportStatus - 上报消息结果,1表示成功推送,0表示推送失败Copyright © 2025. All rights reserved.