Package org.kobe.xbot.Utilities.Entities
Class XTableArrayList.Array.Value.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<XTableArrayList.Array.Value.Builder>
org.kobe.xbot.Utilities.Entities.XTableArrayList.Array.Value.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
,XTableArrayList.Array.ValueOrBuilder
- Enclosing class:
- XTableArrayList.Array.Value
public static final class XTableArrayList.Array.Value.Builder
extends com.google.protobuf.GeneratedMessage.Builder<XTableArrayList.Array.Value.Builder>
implements XTableArrayList.Array.ValueOrBuilder
Protobuf type
org.kobe.xbot.Utilities.Entities.Array.Value
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
clear()
bool bool_value = 5;
bytes bytes_value = 9;
double double_value = 4;
float float_value = 3;
int64 int64_value = 6;
int32 int_value = 2;
string string_value = 1;
uint32 uint32_value = 7;
uint64 uint64_value = 8;
boolean
bool bool_value = 5;
com.google.protobuf.ByteString
bytes bytes_value = 9;
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
double
double double_value = 4;
float
float float_value = 3;
long
int64 int64_value = 6;
int
int32 int_value = 2;
string string_value = 1;
com.google.protobuf.ByteString
string string_value = 1;
int
uint32 uint32_value = 7;
long
uint64 uint64_value = 8;
boolean
bool bool_value = 5;
boolean
bytes bytes_value = 9;
boolean
double double_value = 4;
boolean
float float_value = 3;
boolean
int64 int64_value = 6;
boolean
int32 int_value = 2;
boolean
string string_value = 1;
boolean
uint32 uint32_value = 7;
boolean
uint64 uint64_value = 8;
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) setBoolValue
(boolean value) bool bool_value = 5;
setBytesValue
(com.google.protobuf.ByteString value) bytes bytes_value = 9;
setDoubleValue
(double value) double double_value = 4;
setFloatValue
(float value) float float_value = 3;
setInt64Value
(long value) int64 int64_value = 6;
setIntValue
(int value) int32 int_value = 2;
setStringValue
(String value) string string_value = 1;
setStringValueBytes
(com.google.protobuf.ByteString value) string string_value = 1;
setUint32Value
(int value) uint32 uint32_value = 7;
setUint64Value
(long value) uint64 uint64_value = 8;
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<XTableArrayList.Array.Value.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<XTableArrayList.Array.Value.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<XTableArrayList.Array.Value.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<XTableArrayList.Array.Value.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<XTableArrayList.Array.Value.Builder>
-
mergeFrom
public XTableArrayList.Array.Value.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<XTableArrayList.Array.Value.Builder>
- Throws:
IOException
-
getValueCase
- Specified by:
getValueCase
in interfaceXTableArrayList.Array.ValueOrBuilder
-
clearValue
-
hasStringValue
public boolean hasStringValue()string string_value = 1;
- Specified by:
hasStringValue
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- Whether the stringValue field is set.
-
getStringValue
string string_value = 1;
- Specified by:
getStringValue
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- The stringValue.
-
getStringValueBytes
public com.google.protobuf.ByteString getStringValueBytes()string string_value = 1;
- Specified by:
getStringValueBytes
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- The bytes for stringValue.
-
setStringValue
string string_value = 1;
- Parameters:
value
- The stringValue to set.- Returns:
- This builder for chaining.
-
clearStringValue
string string_value = 1;
- Returns:
- This builder for chaining.
-
setStringValueBytes
public XTableArrayList.Array.Value.Builder setStringValueBytes(com.google.protobuf.ByteString value) string string_value = 1;
- Parameters:
value
- The bytes for stringValue to set.- Returns:
- This builder for chaining.
-
hasIntValue
public boolean hasIntValue()int32 int_value = 2;
- Specified by:
hasIntValue
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- Whether the intValue field is set.
-
getIntValue
public int getIntValue()int32 int_value = 2;
- Specified by:
getIntValue
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- The intValue.
-
setIntValue
int32 int_value = 2;
- Parameters:
value
- The intValue to set.- Returns:
- This builder for chaining.
-
clearIntValue
int32 int_value = 2;
- Returns:
- This builder for chaining.
-
hasFloatValue
public boolean hasFloatValue()float float_value = 3;
- Specified by:
hasFloatValue
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- Whether the floatValue field is set.
-
getFloatValue
public float getFloatValue()float float_value = 3;
- Specified by:
getFloatValue
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- The floatValue.
-
setFloatValue
float float_value = 3;
- Parameters:
value
- The floatValue to set.- Returns:
- This builder for chaining.
-
clearFloatValue
float float_value = 3;
- Returns:
- This builder for chaining.
-
hasDoubleValue
public boolean hasDoubleValue()double double_value = 4;
- Specified by:
hasDoubleValue
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
public double getDoubleValue()double double_value = 4;
- Specified by:
getDoubleValue
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- The doubleValue.
-
setDoubleValue
double double_value = 4;
- Parameters:
value
- The doubleValue to set.- Returns:
- This builder for chaining.
-
clearDoubleValue
double double_value = 4;
- Returns:
- This builder for chaining.
-
hasBoolValue
public boolean hasBoolValue()bool bool_value = 5;
- Specified by:
hasBoolValue
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- Whether the boolValue field is set.
-
getBoolValue
public boolean getBoolValue()bool bool_value = 5;
- Specified by:
getBoolValue
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- The boolValue.
-
setBoolValue
bool bool_value = 5;
- Parameters:
value
- The boolValue to set.- Returns:
- This builder for chaining.
-
clearBoolValue
bool bool_value = 5;
- Returns:
- This builder for chaining.
-
hasInt64Value
public boolean hasInt64Value()int64 int64_value = 6;
- Specified by:
hasInt64Value
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- Whether the int64Value field is set.
-
getInt64Value
public long getInt64Value()int64 int64_value = 6;
- Specified by:
getInt64Value
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- The int64Value.
-
setInt64Value
int64 int64_value = 6;
- Parameters:
value
- The int64Value to set.- Returns:
- This builder for chaining.
-
clearInt64Value
int64 int64_value = 6;
- Returns:
- This builder for chaining.
-
hasUint32Value
public boolean hasUint32Value()uint32 uint32_value = 7;
- Specified by:
hasUint32Value
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- Whether the uint32Value field is set.
-
getUint32Value
public int getUint32Value()uint32 uint32_value = 7;
- Specified by:
getUint32Value
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- The uint32Value.
-
setUint32Value
uint32 uint32_value = 7;
- Parameters:
value
- The uint32Value to set.- Returns:
- This builder for chaining.
-
clearUint32Value
uint32 uint32_value = 7;
- Returns:
- This builder for chaining.
-
hasUint64Value
public boolean hasUint64Value()uint64 uint64_value = 8;
- Specified by:
hasUint64Value
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- Whether the uint64Value field is set.
-
getUint64Value
public long getUint64Value()uint64 uint64_value = 8;
- Specified by:
getUint64Value
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- The uint64Value.
-
setUint64Value
uint64 uint64_value = 8;
- Parameters:
value
- The uint64Value to set.- Returns:
- This builder for chaining.
-
clearUint64Value
uint64 uint64_value = 8;
- Returns:
- This builder for chaining.
-
hasBytesValue
public boolean hasBytesValue()bytes bytes_value = 9;
- Specified by:
hasBytesValue
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- Whether the bytesValue field is set.
-
getBytesValue
public com.google.protobuf.ByteString getBytesValue()bytes bytes_value = 9;
- Specified by:
getBytesValue
in interfaceXTableArrayList.Array.ValueOrBuilder
- Returns:
- The bytesValue.
-
setBytesValue
bytes bytes_value = 9;
- Parameters:
value
- The bytesValue to set.- Returns:
- This builder for chaining.
-
clearBytesValue
bytes bytes_value = 9;
- Returns:
- This builder for chaining.
-