Interface Xplane.XStatOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
Xplane.XStat, Xplane.XStat.Builder
- Enclosing class:
Xplane
-
Method Summary
Modifier and TypeMethodDescriptionbytes bytes_value = 6;doubledouble double_value = 2;longint64 int64_value = 4;longXStatMetadata.id of corresponding metadata.longA string value that stored in XStatMetadata::name.string str_value = 5;string str_value = 5;longuint64 uint64_value = 3;booleanbytes bytes_value = 6;booleandouble double_value = 2;booleanint64 int64_value = 4;booleanA string value that stored in XStatMetadata::name.booleanstring str_value = 5;booleanuint64 uint64_value = 3;Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getMetadataId
long getMetadataId()XStatMetadata.id of corresponding metadata.
int64 metadata_id = 1;- Returns:
- The metadataId.
-
hasDoubleValue
boolean hasDoubleValue()double double_value = 2;- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
double getDoubleValue()double double_value = 2;- Returns:
- The doubleValue.
-
hasUint64Value
boolean hasUint64Value()uint64 uint64_value = 3;- Returns:
- Whether the uint64Value field is set.
-
getUint64Value
long getUint64Value()uint64 uint64_value = 3;- Returns:
- The uint64Value.
-
hasInt64Value
boolean hasInt64Value()int64 int64_value = 4;- Returns:
- Whether the int64Value field is set.
-
getInt64Value
long getInt64Value()int64 int64_value = 4;- Returns:
- The int64Value.
-
hasStrValue
boolean hasStrValue()string str_value = 5;- Returns:
- Whether the strValue field is set.
-
getStrValue
-
getStrValueBytes
-
hasBytesValue
boolean hasBytesValue()bytes bytes_value = 6;- Returns:
- Whether the bytesValue field is set.
-
getBytesValue
-
hasRefValue
boolean hasRefValue()A string value that stored in XStatMetadata::name.
uint64 ref_value = 7;- Returns:
- Whether the refValue field is set.
-
getRefValue
long getRefValue()A string value that stored in XStatMetadata::name.
uint64 ref_value = 7;- Returns:
- The refValue.
-
getValueCase
Xplane.XStat.ValueCase getValueCase()
-