Interface CdmrFeatureProto.CalendarDateRangeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CdmrFeatureProto.Calendar getCalendar()
      .Calendar calendar = 3;
      int getCalendarValue()
      .Calendar calendar = 3;
      long getEnd()
      int64 end = 2;
      long getStart()
      int64 start = 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 Detail

      • getStart

        long getStart()
        int64 start = 1;
        Returns:
        The start.
      • getEnd

        long getEnd()
        int64 end = 2;
        Returns:
        The end.
      • getCalendarValue

        int getCalendarValue()
        .Calendar calendar = 3;
        Returns:
        The enum numeric value on the wire for calendar.