Interface ComplexPointProto.AnnotationPointPBOrBuilder

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

public static interface ComplexPointProto.AnnotationPointPBOrBuilder 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;
    • getType

      String getType()
      string type = 3;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      string type = 3;
      Returns:
      The bytes for type.
    • getNotes

      String getNotes()
      string notes = 4;
      Returns:
      The notes.
    • getNotesBytes

      com.google.protobuf.ByteString getNotesBytes()
      string notes = 4;
      Returns:
      The bytes for notes.
    • getAuthor

      String getAuthor()
      string author = 5;
      Returns:
      The author.
    • getAuthorBytes

      com.google.protobuf.ByteString getAuthorBytes()
      string author = 5;
      Returns:
      The bytes for author.
    • getStartTime

      long getStartTime()
      int64 startTime = 6;
      Returns:
      The startTime.
    • getEndTime

      long getEndTime()
      int64 endTime = 7;
      Returns:
      The endTime.
    • getLastUpdated

      long getLastUpdated()
      sint64 lastUpdated = 8;
      Returns:
      The lastUpdated.