Interface HistoryDataProto.MetadataPBOrBuilder

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

public static interface HistoryDataProto.MetadataPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 quality = 3;
    string source = 4;
    com.google.protobuf.ByteString
    string source = 4;
    long
    int64 timestamp = 2;
    .common.protobuf.PropertySetPB value = 1;
    .common.protobuf.PropertySetPB value = 1;
    boolean
    .common.protobuf.PropertySetPB value = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasValue

      boolean hasValue()
      .common.protobuf.PropertySetPB value = 1;
      Returns:
      Whether the value field is set.
    • getValue

      .common.protobuf.PropertySetPB value = 1;
      Returns:
      The value.
    • getValueOrBuilder

      .common.protobuf.PropertySetPB value = 1;
    • getTimestamp

      long getTimestamp()
      int64 timestamp = 2;
      Returns:
      The timestamp.
    • getQuality

      int getQuality()
      int32 quality = 3;
      Returns:
      The quality.
    • getSource

      String getSource()
      string source = 4;
      Returns:
      The source.
    • getSourceBytes

      com.google.protobuf.ByteString getSourceBytes()
      string source = 4;
      Returns:
      The bytes for source.