Interface DataPointProto.AtomicPointPBOrBuilder

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

public static interface DataPointProto.AtomicPointPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasValue

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

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

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

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

      boolean hasSource()
      .common.protobuf.QualifiedPathPB source = 3;
      Returns:
      Whether the source field is set.
    • getSource

      .common.protobuf.QualifiedPathPB source = 3;
      Returns:
      The source.
    • getSourceOrBuilder

      .common.protobuf.QualifiedPathPB source = 3;
    • hasQuality

      boolean hasQuality()
      .common.protobuf.QualityCodePB quality = 4;
      Returns:
      Whether the quality field is set.
    • getQuality

      .common.protobuf.QualityCodePB quality = 4;
      Returns:
      The quality.
    • getQualityOrBuilder

      .common.protobuf.QualityCodePB quality = 4;
    • hasSnapshotTimestamp

      boolean hasSnapshotTimestamp()
      optional int64 snapshotTimestamp = 5;
      Returns:
      Whether the snapshotTimestamp field is set.
    • getSnapshotTimestamp

      long getSnapshotTimestamp()
      optional int64 snapshotTimestamp = 5;
      Returns:
      The snapshotTimestamp.