public class ConsumersSchedule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ConsumersSchedule() | 
| ConsumersSchedule(ConsumersSchedule 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 | getMsgBacklog()Get 消息积压数量。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getMsgRateExpired()Get 超时丢弃比例。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getMsgRateOut()Get 消费者每秒分发消息的数量之和。 | 
| String | getMsgThroughputOut()Get 消费者每秒消息的byte。 | 
| Long | getNumberOfEntries()Get 消息数量。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getPartitions()Get 当前分区id。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setMsgBacklog(Long MsgBacklog)Set 消息积压数量。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setMsgRateExpired(String MsgRateExpired)Set 超时丢弃比例。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setMsgRateOut(String MsgRateOut)Set 消费者每秒分发消息的数量之和。 | 
| void | setMsgThroughputOut(String MsgThroughputOut)Set 消费者每秒消息的byte。 | 
| void | setNumberOfEntries(Long NumberOfEntries)Set 消息数量。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPartitions(Long Partitions)Set 当前分区id。
注意:此字段可能返回 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, toJsonStringpublic ConsumersSchedule()
public ConsumersSchedule(ConsumersSchedule source)
public Long getPartitions()
public void setPartitions(Long Partitions)
Partitions - 当前分区id。
注意:此字段可能返回 null,表示取不到有效值。public Long getNumberOfEntries()
public void setNumberOfEntries(Long NumberOfEntries)
NumberOfEntries - 消息数量。
注意:此字段可能返回 null,表示取不到有效值。public Long getMsgBacklog()
public void setMsgBacklog(Long MsgBacklog)
MsgBacklog - 消息积压数量。
注意:此字段可能返回 null,表示取不到有效值。public String getMsgRateOut()
public void setMsgRateOut(String MsgRateOut)
MsgRateOut - 消费者每秒分发消息的数量之和。public String getMsgThroughputOut()
public void setMsgThroughputOut(String MsgThroughputOut)
MsgThroughputOut - 消费者每秒消息的byte。public String getMsgRateExpired()
public void setMsgRateExpired(String MsgRateExpired)
MsgRateExpired - 超时丢弃比例。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.