public class MessageCntStats extends AbstractModel
Constructor and Description |
---|
MessageCntStats() |
MessageCntStats(MessageCntStats 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 |
getDate()
Get 统计日期
|
Long |
getDownMsgCnt()
Get 物模型下行消息数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getNtpMsgCnt()
Get ntp消息数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getUpMsgCnt()
Get 物模型上行消息数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDate(String Date)
Set 统计日期
|
void |
setDownMsgCnt(Long DownMsgCnt)
Set 物模型下行消息数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNtpMsgCnt(Long NtpMsgCnt)
Set ntp消息数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpMsgCnt(Long UpMsgCnt)
Set 物模型上行消息数
注意:此字段可能返回 null,表示取不到有效值。
|
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 MessageCntStats()
public MessageCntStats(MessageCntStats source)
public String getDate()
public void setDate(String Date)
Date
- 统计日期public Long getUpMsgCnt()
public void setUpMsgCnt(Long UpMsgCnt)
UpMsgCnt
- 物模型上行消息数
注意:此字段可能返回 null,表示取不到有效值。public Long getDownMsgCnt()
public void setDownMsgCnt(Long DownMsgCnt)
DownMsgCnt
- 物模型下行消息数
注意:此字段可能返回 null,表示取不到有效值。public Long getNtpMsgCnt()
public void setNtpMsgCnt(Long NtpMsgCnt)
NtpMsgCnt
- ntp消息数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.