public class ConsumersSchedule extends AbstractModel
| 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 Number of retained messages. | 
| String | getMsgRateExpired()Get Percentage of messages discarded due to timeout. | 
| String | getMsgRateOut()Get Sum of the numbers of messages delivered by the consumer per second. | 
| String | getMsgThroughputOut()Get Number of bytes of messages consumed by the consumer per second. | 
| Long | getNumberOfEntries()Get Number of messages. | 
| Long | getPartitions()Get Current partition ID. | 
| void | setMsgBacklog(Long MsgBacklog)Set Number of retained messages. | 
| void | setMsgRateExpired(String MsgRateExpired)Set Percentage of messages discarded due to timeout. | 
| void | setMsgRateOut(String MsgRateOut)Set Sum of the numbers of messages delivered by the consumer per second. | 
| void | setMsgThroughputOut(String MsgThroughputOut)Set Number of bytes of messages consumed by the consumer per second. | 
| void | setNumberOfEntries(Long NumberOfEntries)Set Number of messages. | 
| void | setPartitions(Long Partitions)Set Current partition ID. | 
| 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, toJsonStringpublic ConsumersSchedule()
public ConsumersSchedule(ConsumersSchedule source)
public Long getPartitions()
public void setPartitions(Long Partitions)
Partitions - Current partition ID.
Note: this field may return null, indicating that no valid values can be obtained.public Long getNumberOfEntries()
public void setNumberOfEntries(Long NumberOfEntries)
NumberOfEntries - Number of messages.
Note: this field may return null, indicating that no valid values can be obtained.public Long getMsgBacklog()
public void setMsgBacklog(Long MsgBacklog)
MsgBacklog - Number of retained messages.
Note: this field may return null, indicating that no valid values can be obtained.public String getMsgRateOut()
public void setMsgRateOut(String MsgRateOut)
MsgRateOut - Sum of the numbers of messages delivered by the consumer per second.public String getMsgThroughputOut()
public void setMsgThroughputOut(String MsgThroughputOut)
MsgThroughputOut - Number of bytes of messages consumed by the consumer per second.public String getMsgRateExpired()
public void setMsgRateExpired(String MsgRateExpired)
MsgRateExpired - Percentage of messages discarded due to timeout.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.