Interface H5ActivityInfoOuterClass.H5ActivityInfoOrBuilder

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

public static interface H5ActivityInfoOuterClass.H5ActivityInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 begin_time = 15;
    int
    uint32 content_close_time = 4;
    int
    uint32 end_time = 7;
    boolean
    bool is_entrance_open = 2;
    int
    uint32 PEKFGOHFPIB = 6;
    int
    uint32 PICPEBDGGAO = 10;
    string prefab_path = 14;
    com.google.protobuf.ByteString
    string prefab_path = 14;
    string url = 12;
    com.google.protobuf.ByteString
    string url = 12;

    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

    • getBeginTime

      int getBeginTime()
      uint32 begin_time = 15;
      Returns:
      The beginTime.
    • getIsEntranceOpen

      boolean getIsEntranceOpen()
      bool is_entrance_open = 2;
      Returns:
      The isEntranceOpen.
    • getPrefabPath

      String getPrefabPath()
      string prefab_path = 14;
      Returns:
      The prefabPath.
    • getPrefabPathBytes

      com.google.protobuf.ByteString getPrefabPathBytes()
      string prefab_path = 14;
      Returns:
      The bytes for prefabPath.
    • getUrl

      String getUrl()
      string url = 12;
      Returns:
      The url.
    • getUrlBytes

      com.google.protobuf.ByteString getUrlBytes()
      string url = 12;
      Returns:
      The bytes for url.
    • getEndTime

      int getEndTime()
      uint32 end_time = 7;
      Returns:
      The endTime.
    • getPEKFGOHFPIB

      int getPEKFGOHFPIB()
      uint32 PEKFGOHFPIB = 6;
      Returns:
      The pEKFGOHFPIB.
    • getPICPEBDGGAO

      int getPICPEBDGGAO()
      uint32 PICPEBDGGAO = 10;
      Returns:
      The pICPEBDGGAO.
    • getContentCloseTime

      int getContentCloseTime()
      uint32 content_close_time = 4;
      Returns:
      The contentCloseTime.