Interface FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriodOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod, FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod.Builder
Enclosing class:
FigureDescriptor.BusinessCalendarDescriptor

public static interface FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriodOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string close = 2;
    com.google.protobuf.ByteString
    string close = 2;
    string open = 1;
    com.google.protobuf.ByteString
    string open = 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

    • getOpen

      String getOpen()
      string open = 1;
      Returns:
      The open.
    • getOpenBytes

      com.google.protobuf.ByteString getOpenBytes()
      string open = 1;
      Returns:
      The bytes for open.
    • getClose

      String getClose()
      string close = 2;
      Returns:
      The close.
    • getCloseBytes

      com.google.protobuf.ByteString getCloseBytes()
      string close = 2;
      Returns:
      The bytes for close.