public class Consumer extends BaseNsrModel
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CONSUMER_TYPE |
id| 构造器和说明 |
|---|
Consumer() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
Identity |
getApp() |
byte |
getClientType() |
ConsumerConfig |
getConfig() |
Namespace |
getNamespace() |
Identity |
getOwner() |
String |
getSubscribeGroup() |
Topic |
getTopic() |
byte |
getTopicType() |
int |
hashCode() |
void |
setApp(Identity app) |
void |
setClientType(byte clientType) |
void |
setConfig(ConsumerConfig config) |
void |
setNamespace(Namespace namespace) |
void |
setOwner(Identity owner) |
void |
setSubscribeGroup(String subscribeGroup) |
void |
setTopic(Topic topic) |
void |
setTopicType(byte topicType) |
getId, setId, toStringpublic static final int CONSUMER_TYPE
public Identity getApp()
public void setApp(Identity app)
public Topic getTopic()
public void setTopic(Topic topic)
public Identity getOwner()
public void setOwner(Identity owner)
public Namespace getNamespace()
public void setNamespace(Namespace namespace)
public String getSubscribeGroup()
public void setSubscribeGroup(String subscribeGroup)
public byte getClientType()
public void setClientType(byte clientType)
public byte getTopicType()
public void setTopicType(byte topicType)
public ConsumerConfig getConfig()
public void setConfig(ConsumerConfig config)
Copyright © 2020 Joyqueue Community. All rights reserved.