Interface Yamcs.ValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Yamcs.Value, Yamcs.Value.Builder
Enclosing class:
Yamcs

public static interface Yamcs.ValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasType

      boolean hasType()
      required .yamcs.protobuf.Value.Type type = 1;
      Returns:
      Whether the type field is set.
    • getType

      Yamcs.Value.Type getType()
      required .yamcs.protobuf.Value.Type type = 1;
      Returns:
      The type.
    • hasFloatValue

      boolean hasFloatValue()
      optional float floatValue = 2;
      Returns:
      Whether the floatValue field is set.
    • getFloatValue

      float getFloatValue()
      optional float floatValue = 2;
      Returns:
      The floatValue.
    • hasDoubleValue

      boolean hasDoubleValue()
      optional double doubleValue = 3;
      Returns:
      Whether the doubleValue field is set.
    • getDoubleValue

      double getDoubleValue()
      optional double doubleValue = 3;
      Returns:
      The doubleValue.
    • hasSint32Value

      boolean hasSint32Value()
      optional sint32 sint32Value = 4;
      Returns:
      Whether the sint32Value field is set.
    • getSint32Value

      int getSint32Value()
      optional sint32 sint32Value = 4;
      Returns:
      The sint32Value.
    • hasUint32Value

      boolean hasUint32Value()
      optional uint32 uint32Value = 5;
      Returns:
      Whether the uint32Value field is set.
    • getUint32Value

      int getUint32Value()
      optional uint32 uint32Value = 5;
      Returns:
      The uint32Value.
    • hasBinaryValue

      boolean hasBinaryValue()
      optional bytes binaryValue = 6;
      Returns:
      Whether the binaryValue field is set.
    • getBinaryValue

      com.google.protobuf.ByteString getBinaryValue()
      optional bytes binaryValue = 6;
      Returns:
      The binaryValue.
    • hasStringValue

      boolean hasStringValue()
      optional string stringValue = 7;
      Returns:
      Whether the stringValue field is set.
    • getStringValue

      String getStringValue()
      optional string stringValue = 7;
      Returns:
      The stringValue.
    • getStringValueBytes

      com.google.protobuf.ByteString getStringValueBytes()
      optional string stringValue = 7;
      Returns:
      The bytes for stringValue.
    • hasTimestampValue

      boolean hasTimestampValue()
      optional int64 timestampValue = 8;
      Returns:
      Whether the timestampValue field is set.
    • getTimestampValue

      long getTimestampValue()
      optional int64 timestampValue = 8;
      Returns:
      The timestampValue.
    • hasUint64Value

      boolean hasUint64Value()
      optional uint64 uint64Value = 9;
      Returns:
      Whether the uint64Value field is set.
    • getUint64Value

      long getUint64Value()
      optional uint64 uint64Value = 9;
      Returns:
      The uint64Value.
    • hasSint64Value

      boolean hasSint64Value()
      optional sint64 sint64Value = 10;
      Returns:
      Whether the sint64Value field is set.
    • getSint64Value

      long getSint64Value()
      optional sint64 sint64Value = 10;
      Returns:
      The sint64Value.
    • hasBooleanValue

      boolean hasBooleanValue()
      optional bool booleanValue = 11;
      Returns:
      Whether the booleanValue field is set.
    • getBooleanValue

      boolean getBooleanValue()
      optional bool booleanValue = 11;
      Returns:
      The booleanValue.
    • hasAggregateValue

      boolean hasAggregateValue()
      optional .yamcs.protobuf.AggregateValue aggregateValue = 12;
      Returns:
      Whether the aggregateValue field is set.
    • getAggregateValue

      Yamcs.AggregateValue getAggregateValue()
      optional .yamcs.protobuf.AggregateValue aggregateValue = 12;
      Returns:
      The aggregateValue.
    • getAggregateValueOrBuilder

      Yamcs.AggregateValueOrBuilder getAggregateValueOrBuilder()
      optional .yamcs.protobuf.AggregateValue aggregateValue = 12;
    • getArrayValueList

      List<Yamcs.Value> getArrayValueList()
      repeated .yamcs.protobuf.Value arrayValue = 13;
    • getArrayValue

      Yamcs.Value getArrayValue(int index)
      repeated .yamcs.protobuf.Value arrayValue = 13;
    • getArrayValueCount

      int getArrayValueCount()
      repeated .yamcs.protobuf.Value arrayValue = 13;
    • getArrayValueOrBuilderList

      List<? extends Yamcs.ValueOrBuilder> getArrayValueOrBuilderList()
      repeated .yamcs.protobuf.Value arrayValue = 13;
    • getArrayValueOrBuilder

      Yamcs.ValueOrBuilder getArrayValueOrBuilder(int index)
      repeated .yamcs.protobuf.Value arrayValue = 13;