public static interface SubscriptionRecord.Getter extends org.fusesource.hawtbuf.proto.PBMessage<SubscriptionRecord.Bean,SubscriptionRecord.Buffer>
| Modifier and Type | Method and Description |
|---|---|
SubscriptionRecord.Bean |
copy() |
SubscriptionRecord.Buffer |
freeze() |
String |
getClientId() |
String |
getDestinationName() |
String |
getSelector() |
String |
getSubscribedDestinationName() |
String |
getSubscriptionName() |
long |
getTopicKey() |
boolean |
hasClientId() |
boolean |
hasDestinationName() |
boolean |
hasSelector() |
boolean |
hasSubscribedDestinationName() |
boolean |
hasSubscriptionName() |
boolean |
hasTopicKey() |
StringBuilder |
toString(StringBuilder sb,
String prefix) |
boolean hasTopicKey()
long getTopicKey()
boolean hasClientId()
String getClientId()
boolean hasSubscriptionName()
String getSubscriptionName()
boolean hasSelector()
String getSelector()
boolean hasDestinationName()
String getDestinationName()
boolean hasSubscribedDestinationName()
String getSubscribedDestinationName()
SubscriptionRecord.Bean copy()
copy in interface org.fusesource.hawtbuf.proto.PBMessage<SubscriptionRecord.Bean,SubscriptionRecord.Buffer>SubscriptionRecord.Buffer freeze()
freeze in interface org.fusesource.hawtbuf.proto.PBMessage<SubscriptionRecord.Bean,SubscriptionRecord.Buffer>StringBuilder toString(StringBuilder sb, String prefix)
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.