Interface ChangePointProto.AnnotationChangePointPBOrBuilder

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

public static interface ChangePointProto.AnnotationChangePointPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getIdentifier

      String getIdentifier()
      string identifier = 1;
      Returns:
      The identifier.
    • getIdentifierBytes

      com.google.protobuf.ByteString getIdentifierBytes()
      string identifier = 1;
      Returns:
      The bytes for identifier.
    • hasSource

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

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

      .common.protobuf.QualifiedPathPB source = 2;
    • getTimestamp

      long getTimestamp()
      int64 timestamp = 3;
      Returns:
      The timestamp.
    • hasAnnotationPoint

      boolean hasAnnotationPoint()
      optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
      Returns:
      Whether the annotationPoint field is set.
    • getAnnotationPoint

      optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
      Returns:
      The annotationPoint.
    • getAnnotationPointOrBuilder

      ComplexPointProto.AnnotationPointPBOrBuilder getAnnotationPointOrBuilder()
      optional .common.protobuf.AnnotationPointPB annotationPoint = 4;