Interface GadgetChangeLevelTagReqOuterClass.GadgetChangeLevelTagReqOrBuilder

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

public static interface GadgetChangeLevelTagReqOuterClass.GadgetChangeLevelTagReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getGadgetEntityId

      int getGadgetEntityId()
      uint32 gadget_entity_id = 14;
      Returns:
      The gadgetEntityId.
    • getLevelTagId

      int getLevelTagId()
      uint32 level_tag_id = 6;
      Returns:
      The levelTagId.
    • hasCombinationInfo

      boolean hasCombinationInfo()
      .CustomGadgetTreeInfo combination_info = 7;
      Returns:
      Whether the combinationInfo field is set.
    • getCombinationInfo

      .CustomGadgetTreeInfo combination_info = 7;
      Returns:
      The combinationInfo.
    • getCombinationInfoOrBuilder

      .CustomGadgetTreeInfo combination_info = 7;