public class BurrowConsumerGroupStatus extends Object
| Constructor and Description |
|---|
BurrowConsumerGroupStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCluster() |
String |
getGroup() |
Integer |
getMaxlag() |
Integer |
getPartition_count() |
String[] |
getPartitions() |
String |
getStatus() |
Integer |
getTotallag() |
boolean |
isComplete() |
void |
setCluster(String cluster) |
void |
setComplete(boolean complete) |
void |
setGroup(String group) |
void |
setMaxlag(Integer maxlag) |
void |
setPartition_count(Integer partition_count) |
void |
setPartitions(String[] partitions) |
void |
setStatus(String status) |
void |
setTotallag(Integer totallag) |
public String getCluster()
public void setCluster(String cluster)
public String getGroup()
public void setGroup(String group)
public String getStatus()
public void setStatus(String status)
public boolean isComplete()
public void setComplete(boolean complete)
public String[] getPartitions()
public void setPartitions(String[] partitions)
public Integer getPartition_count()
public void setPartition_count(Integer partition_count)
public Integer getMaxlag()
public void setMaxlag(Integer maxlag)
public Integer getTotallag()
public void setTotallag(Integer totallag)
Copyright © 2019. All rights reserved.