Package messaging
Class ToggleStats
java.lang.Object
com.google.flatbuffers.Table
messaging.ToggleStats
public final class ToggleStats
extends com.google.flatbuffers.Table
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.google.flatbuffers.Table
bb, bb_pos -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__assign(int _i, ByteBuffer _bb) void__init(int _i, ByteBuffer _bb) static voidaddNo(com.google.flatbuffers.FlatBufferBuilder builder, long no) static voidaddVariants(com.google.flatbuffers.FlatBufferBuilder builder, int variantsOffset) static voidaddYes(com.google.flatbuffers.FlatBufferBuilder builder, long yes) static intcreateToggleStats(com.google.flatbuffers.FlatBufferBuilder builder, long no, long yes, int variantsOffset) static intcreateVariantsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) static intendToggleStats(com.google.flatbuffers.FlatBufferBuilder builder) static ToggleStatsstatic ToggleStatsgetRootAsToggleStats(ByteBuffer _bb, ToggleStats obj) longno()static voidstartToggleStats(com.google.flatbuffers.FlatBufferBuilder builder) static voidstartVariantsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) static voidvariants(int j) variants(VariantEntry obj, int j) intlongyes()Methods inherited from class com.google.flatbuffers.Table
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
-
Constructor Details
-
ToggleStats
public ToggleStats()
-
-
Method Details
-
ValidateVersion
public static void ValidateVersion() -
getRootAsToggleStats
-
getRootAsToggleStats
-
__init
-
__assign
-
no
public long no() -
yes
public long yes() -
variants
-
variants
-
variantsLength
public int variantsLength() -
variantsVector
-
variantsVector
-
createToggleStats
public static int createToggleStats(com.google.flatbuffers.FlatBufferBuilder builder, long no, long yes, int variantsOffset) -
startToggleStats
public static void startToggleStats(com.google.flatbuffers.FlatBufferBuilder builder) -
addNo
public static void addNo(com.google.flatbuffers.FlatBufferBuilder builder, long no) -
addYes
public static void addYes(com.google.flatbuffers.FlatBufferBuilder builder, long yes) -
addVariants
public static void addVariants(com.google.flatbuffers.FlatBufferBuilder builder, int variantsOffset) -
createVariantsVector
public static int createVariantsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) -
startVariantsVector
public static void startVariantsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) -
endToggleStats
public static int endToggleStats(com.google.flatbuffers.FlatBufferBuilder builder)
-