Package org.kobe.xbot.Utilities.Entities
Interface XTableProto.XTableMessage.ClientInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
XTableProto.XTableMessage.ClientInfo,XTableProto.XTableMessage.ClientInfo.Builder
- Enclosing class:
- XTableProto.XTableMessage
public static interface XTableProto.XTableMessage.ClientInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring hostname = 2;com.google.protobuf.ByteStringstring hostname = 2;string ip_address = 1;com.google.protobuf.ByteStringstring ip_address = 1;booleanbool is_active = 5;string operating_system = 3;com.google.protobuf.ByteStringstring operating_system = 3;intgetPort()int32 port = 4;string user_agent = 7;com.google.protobuf.ByteStringstring user_agent = 7;string version = 6;com.google.protobuf.ByteStringstring version = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getIpAddress
String getIpAddress()string ip_address = 1;- Returns:
- The ipAddress.
-
getIpAddressBytes
com.google.protobuf.ByteString getIpAddressBytes()string ip_address = 1;- Returns:
- The bytes for ipAddress.
-
getHostname
String getHostname()string hostname = 2;- Returns:
- The hostname.
-
getHostnameBytes
com.google.protobuf.ByteString getHostnameBytes()string hostname = 2;- Returns:
- The bytes for hostname.
-
getOperatingSystem
String getOperatingSystem()string operating_system = 3;- Returns:
- The operatingSystem.
-
getOperatingSystemBytes
com.google.protobuf.ByteString getOperatingSystemBytes()string operating_system = 3;- Returns:
- The bytes for operatingSystem.
-
getPort
int getPort()int32 port = 4;- Returns:
- The port.
-
getIsActive
boolean getIsActive()bool is_active = 5;- Returns:
- The isActive.
-
getVersion
String getVersion()string version = 6;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()string version = 6;- Returns:
- The bytes for version.
-
getUserAgent
String getUserAgent()string user_agent = 7;- Returns:
- The userAgent.
-
getUserAgentBytes
com.google.protobuf.ByteString getUserAgentBytes()string user_agent = 7;- Returns:
- The bytes for userAgent.
-