Interface Protocol.PresenceResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Protocol.PresenceResult
,Protocol.PresenceResult.Builder
- Enclosing class:
- Protocol
public static interface Protocol.PresenceResultOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsPresence(java.lang.String key)
map<string, .protocol.ClientInfo> presence = 1;
java.util.Map<java.lang.String,Protocol.ClientInfo>
getPresence()
Deprecated.int
getPresenceCount()
map<string, .protocol.ClientInfo> presence = 1;
java.util.Map<java.lang.String,Protocol.ClientInfo>
getPresenceMap()
map<string, .protocol.ClientInfo> presence = 1;
Protocol.ClientInfo
getPresenceOrDefault(java.lang.String key, Protocol.ClientInfo defaultValue)
map<string, .protocol.ClientInfo> presence = 1;
Protocol.ClientInfo
getPresenceOrThrow(java.lang.String key)
map<string, .protocol.ClientInfo> presence = 1;
-
-
-
Method Detail
-
getPresenceCount
int getPresenceCount()
map<string, .protocol.ClientInfo> presence = 1;
-
containsPresence
boolean containsPresence(java.lang.String key)
map<string, .protocol.ClientInfo> presence = 1;
-
getPresence
@Deprecated java.util.Map<java.lang.String,Protocol.ClientInfo> getPresence()
Deprecated.UsegetPresenceMap()
instead.
-
getPresenceMap
java.util.Map<java.lang.String,Protocol.ClientInfo> getPresenceMap()
map<string, .protocol.ClientInfo> presence = 1;
-
getPresenceOrDefault
Protocol.ClientInfo getPresenceOrDefault(java.lang.String key, Protocol.ClientInfo defaultValue)
map<string, .protocol.ClientInfo> presence = 1;
-
getPresenceOrThrow
Protocol.ClientInfo getPresenceOrThrow(java.lang.String key)
map<string, .protocol.ClientInfo> presence = 1;
-
-