Interface ScheduleAdjustmentProto.ScheduleAdjustmentPBOrBuilder

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

public static interface ScheduleAdjustmentProto.ScheduleAdjustmentPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    optional int64 endDate = 2;
    boolean
    bool isAvailable = 3;
    optional string note = 4;
    com.google.protobuf.ByteString
    optional string note = 4;
    long
    optional int64 startDate = 1;
    boolean
    optional int64 endDate = 2;
    boolean
    optional string note = 4;
    boolean
    optional int64 startDate = 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

    • hasStartDate

      boolean hasStartDate()
      optional int64 startDate = 1;
      Returns:
      Whether the startDate field is set.
    • getStartDate

      long getStartDate()
      optional int64 startDate = 1;
      Returns:
      The startDate.
    • hasEndDate

      boolean hasEndDate()
      optional int64 endDate = 2;
      Returns:
      Whether the endDate field is set.
    • getEndDate

      long getEndDate()
      optional int64 endDate = 2;
      Returns:
      The endDate.
    • getIsAvailable

      boolean getIsAvailable()
      bool isAvailable = 3;
      Returns:
      The isAvailable.
    • hasNote

      boolean hasNote()
      optional string note = 4;
      Returns:
      Whether the note field is set.
    • getNote

      String getNote()
      optional string note = 4;
      Returns:
      The note.
    • getNoteBytes

      com.google.protobuf.ByteString getNoteBytes()
      optional string note = 4;
      Returns:
      The bytes for note.