public class BatchReportAppMessageRes extends AbstractModel
header, skipSign
Constructor and Description |
---|
BatchReportAppMessageRes() |
BatchReportAppMessageRes(BatchReportAppMessageRes 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 |
getCommit()
Get 提交数量(推送成功)
注意:此字段可能返回 null,表示取不到有效值。
|
ReportMsgRes[] |
getSpanMap()
Get 消息推送结果列表
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotalElements()
Get 上报数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCommit(Long Commit)
Set 提交数量(推送成功)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpanMap(ReportMsgRes[] SpanMap)
Set 消息推送结果列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotalElements(Long TotalElements)
Set 上报数量
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public BatchReportAppMessageRes()
public BatchReportAppMessageRes(BatchReportAppMessageRes source)
public Long getTotalElements()
public void setTotalElements(Long TotalElements)
TotalElements
- 上报数量
注意:此字段可能返回 null,表示取不到有效值。public Long getCommit()
public void setCommit(Long Commit)
Commit
- 提交数量(推送成功)
注意:此字段可能返回 null,表示取不到有效值。public ReportMsgRes[] getSpanMap()
public void setSpanMap(ReportMsgRes[] SpanMap)
SpanMap
- 消息推送结果列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.