public class Subscribe extends Object implements Serializable
| 构造器和说明 |
|---|
Subscribe() |
| 限定符和类型 | 方法和说明 |
|---|---|
Identity |
getApp() |
byte |
getClientType() |
Namespace |
getNamespace() |
String |
getSubscribeGroup() |
Topic |
getTopic() |
SubscribeType |
getType() |
void |
setApp(Identity app) |
void |
setClientType(byte clientType) |
void |
setNamespace(Namespace namespace) |
void |
setSubscribeGroup(String subscribeGroup) |
void |
setTopic(Topic topic) |
void |
setType(Object typeValue) |
String |
toString() |
public Topic getTopic()
public void setTopic(Topic topic)
public Identity getApp()
public void setApp(Identity app)
public SubscribeType getType()
public void setType(Object typeValue)
public Namespace getNamespace()
public void setNamespace(Namespace namespace)
public String getSubscribeGroup()
public void setSubscribeGroup(String subscribeGroup)
public byte getClientType()
public void setClientType(byte clientType)
Copyright © 2020 Joyqueue Community. All rights reserved.