Interface Xplane.XStatOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
Xplane.XStat, Xplane.XStat.Builder
Enclosing class:
Xplane

public static interface Xplane.XStatOrBuilder extends MessageOrBuilder
  • 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

      String getStrValue()
      string str_value = 5;
      Returns:
      The strValue.
    • getStrValueBytes

      ByteString getStrValueBytes()
      string str_value = 5;
      Returns:
      The bytes for strValue.
    • hasBytesValue

      boolean hasBytesValue()
      bytes bytes_value = 6;
      Returns:
      Whether the bytesValue field is set.
    • getBytesValue

      ByteString getBytesValue()
      bytes bytes_value = 6;
      Returns:
      The bytesValue.
    • 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()