public static interface SessionPB.Getter extends org.fusesource.hawtbuf.proto.PBMessage<SessionPB.Bean,SessionPB.Buffer>
| Modifier and Type | Method and Description |
|---|---|
SessionPB.Bean |
copy() |
SessionPB.Buffer |
freeze() |
org.fusesource.hawtbuf.UTF8Buffer |
getClientId() |
java.lang.Integer |
getReceivedMessageIds(int index) |
int |
getReceivedMessageIdsCount() |
java.util.List<java.lang.Integer> |
getReceivedMessageIdsList() |
TopicPB.Getter |
getSubscriptions(int index) |
int |
getSubscriptionsCount() |
java.util.List<TopicPB.Getter> |
getSubscriptionsList() |
boolean |
hasClientId() |
boolean |
hasReceivedMessageIds() |
boolean |
hasSubscriptions() |
java.lang.StringBuilder |
toString(java.lang.StringBuilder sb,
java.lang.String prefix) |
boolean hasClientId()
org.fusesource.hawtbuf.UTF8Buffer getClientId()
boolean hasSubscriptions()
java.util.List<TopicPB.Getter> getSubscriptionsList()
int getSubscriptionsCount()
TopicPB.Getter getSubscriptions(int index)
boolean hasReceivedMessageIds()
java.util.List<java.lang.Integer> getReceivedMessageIdsList()
int getReceivedMessageIdsCount()
java.lang.Integer getReceivedMessageIds(int index)
SessionPB.Bean copy()
copy in interface org.fusesource.hawtbuf.proto.PBMessage<SessionPB.Bean,SessionPB.Buffer>SessionPB.Buffer freeze()
freeze in interface org.fusesource.hawtbuf.proto.PBMessage<SessionPB.Bean,SessionPB.Buffer>java.lang.StringBuilder toString(java.lang.StringBuilder sb,
java.lang.String prefix)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.