Package org.webswing.model.browser.proto
Interface ServerBrowserFrameProto.ConnectionInfoMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerBrowserFrameProto.ConnectionInfoMsgOutProto,ServerBrowserFrameProto.ConnectionInfoMsgOutProto.Builder
- Enclosing class:
- ServerBrowserFrameProto
public static interface ServerBrowserFrameProto.ConnectionInfoMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetServerId()optional string serverId = 1;com.google.protobuf.ByteStringgetServerIdBytes()optional string serverId = 1;java.lang.StringgetSessionPoolId()optional string sessionPoolId = 2;com.google.protobuf.ByteStringgetSessionPoolIdBytes()optional string sessionPoolId = 2;booleanhasServerId()optional string serverId = 1;booleanhasSessionPoolId()optional string sessionPoolId = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasServerId
boolean hasServerId()
optional string serverId = 1;
-
getServerId
java.lang.String getServerId()
optional string serverId = 1;
-
getServerIdBytes
com.google.protobuf.ByteString getServerIdBytes()
optional string serverId = 1;
-
hasSessionPoolId
boolean hasSessionPoolId()
optional string sessionPoolId = 2;
-
getSessionPoolId
java.lang.String getSessionPoolId()
optional string sessionPoolId = 2;
-
getSessionPoolIdBytes
com.google.protobuf.ByteString getSessionPoolIdBytes()
optional string sessionPoolId = 2;
-
-