Interface ActivityShopSheetInfoOuterClass.ActivityShopSheetInfoOrBuilder

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

public static interface ActivityShopSheetInfoOuterClass.ActivityShopSheetInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 begin_time = 7;
    int
    uint32 end_time = 8;
    int
    uint32 sheet_id = 10;

    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

    • getEndTime

      int getEndTime()
      uint32 end_time = 8;
      Returns:
      The endTime.
    • getSheetId

      int getSheetId()
      uint32 sheet_id = 10;
      Returns:
      The sheetId.
    • getBeginTime

      int getBeginTime()
      uint32 begin_time = 7;
      Returns:
      The beginTime.