Interface HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfoOrBuilder

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

public static interface HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 block_id = 2;
    int
    uint32 create_time = 12;
    boolean
    bool is_allow_copy = 6;
    int
    uint32 module_id = 3;
    int
    uint32 scene_id = 10;
    string share_code = 9;
    com.google.protobuf.ByteString
    string share_code = 9;
    int
    uint32 slot_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

    • getCreateTime

      int getCreateTime()
      uint32 create_time = 12;
      Returns:
      The createTime.
    • getSceneId

      int getSceneId()
      uint32 scene_id = 10;
      Returns:
      The sceneId.
    • getShareCode

      String getShareCode()
      string share_code = 9;
      Returns:
      The shareCode.
    • getShareCodeBytes

      com.google.protobuf.ByteString getShareCodeBytes()
      string share_code = 9;
      Returns:
      The bytes for shareCode.
    • getModuleId

      int getModuleId()
      uint32 module_id = 3;
      Returns:
      The moduleId.
    • getBlockId

      int getBlockId()
      uint32 block_id = 2;
      Returns:
      The blockId.
    • getSlotId

      int getSlotId()
      uint32 slot_id = 8;
      Returns:
      The slotId.
    • getIsAllowCopy

      boolean getIsAllowCopy()
      bool is_allow_copy = 6;
      Returns:
      The isAllowCopy.