Interface ActivityScheduleInfoOuterClass.ActivityScheduleInfoOrBuilder

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

public static interface ActivityScheduleInfoOuterClass.ActivityScheduleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 activity_id = 14;
    int
    uint32 begin_time = 10;
    int
    uint32 end_time = 6;
    boolean
    bool is_open = 1;
    int
    uint32 schedule_id = 8;

    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

    • getScheduleId

      int getScheduleId()
      uint32 schedule_id = 8;
      Returns:
      The scheduleId.
    • getIsOpen

      boolean getIsOpen()
      bool is_open = 1;
      Returns:
      The isOpen.
    • getBeginTime

      int getBeginTime()
      uint32 begin_time = 10;
      Returns:
      The beginTime.
    • getEndTime

      int getEndTime()
      uint32 end_time = 6;
      Returns:
      The endTime.
    • getActivityId

      int getActivityId()
      uint32 activity_id = 14;
      Returns:
      The activityId.