Interface HomeBlueprintSearchInfoOuterClass.HomeBlueprintSearchInfoOrBuilder

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

public static interface HomeBlueprintSearchInfoOuterClass.HomeBlueprintSearchInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 block_id = 13;
    int
    uint32 module_id = 10;
    int
    uint32 scene_id = 15;
    string share_code = 2;
    com.google.protobuf.ByteString
    string share_code = 2;

    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

    • getShareCode

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

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

      int getSceneId()
      uint32 scene_id = 15;
      Returns:
      The sceneId.
    • getBlockId

      int getBlockId()
      uint32 block_id = 13;
      Returns:
      The blockId.
    • getModuleId

      int getModuleId()
      uint32 module_id = 10;
      Returns:
      The moduleId.