Package org.kobe.xbot.Utilities.Entities
Interface XTableProto.XTableMessage.XTableUpdateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
XTableProto.XTableMessage.XTableUpdate,XTableProto.XTableMessage.XTableUpdate.Builder
- Enclosing class:
- XTableProto.XTableMessage
public static interface XTableProto.XTableMessage.XTableUpdateOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.org.kobe.xbot.Utilities.Entities.XTableMessage.XTableUpdate.Category category = 2;int.org.kobe.xbot.Utilities.Entities.XTableMessage.XTableUpdate.Category category = 2;getKey()string key = 1;com.google.protobuf.ByteStringstring key = 1;longoptional int64 timestamp = 5;getType().org.kobe.xbot.Utilities.Entities.XTableMessage.Type type = 4;int.org.kobe.xbot.Utilities.Entities.XTableMessage.Type type = 4;com.google.protobuf.ByteStringgetValue()bytes value = 3;booleanoptional int64 timestamp = 5;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
-
getKey
String getKey()string key = 1;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()string key = 1;- Returns:
- The bytes for key.
-
getCategoryValue
int getCategoryValue().org.kobe.xbot.Utilities.Entities.XTableMessage.XTableUpdate.Category category = 2;- Returns:
- The enum numeric value on the wire for category.
-
getCategory
XTableProto.XTableMessage.XTableUpdate.Category getCategory().org.kobe.xbot.Utilities.Entities.XTableMessage.XTableUpdate.Category category = 2;- Returns:
- The category.
-
getValue
com.google.protobuf.ByteString getValue()bytes value = 3;- Returns:
- The value.
-
getTypeValue
int getTypeValue().org.kobe.xbot.Utilities.Entities.XTableMessage.Type type = 4;- Returns:
- The enum numeric value on the wire for type.
-
getType
XTableProto.XTableMessage.Type getType().org.kobe.xbot.Utilities.Entities.XTableMessage.Type type = 4;- Returns:
- The type.
-
hasTimestamp
boolean hasTimestamp()optional int64 timestamp = 5;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
long getTimestamp()optional int64 timestamp = 5;- Returns:
- The timestamp.
-