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() |
Integer |
getReceivedMessageIds(int index) |
int |
getReceivedMessageIdsCount() |
List<Integer> |
getReceivedMessageIdsList() |
TopicPB.Getter |
getSubscriptions(int index) |
int |
getSubscriptionsCount() |
List<TopicPB.Getter> |
getSubscriptionsList() |
boolean |
hasClientId() |
boolean |
hasReceivedMessageIds() |
boolean |
hasSubscriptions() |
StringBuilder |
toString(StringBuilder sb,
String prefix) |
boolean hasClientId()
org.fusesource.hawtbuf.UTF8Buffer getClientId()
boolean hasSubscriptions()
List<TopicPB.Getter> getSubscriptionsList()
int getSubscriptionsCount()
TopicPB.Getter getSubscriptions(int index)
boolean hasReceivedMessageIds()
int getReceivedMessageIdsCount()
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>StringBuilder toString(StringBuilder sb, String prefix)
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.