Interface QuestCreateEntityRspOuterClass.QuestCreateEntityRspOrBuilder

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

public static interface QuestCreateEntityRspOuterClass.QuestCreateEntityRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasEntity

      boolean hasEntity()
      .CreateEntityInfo entity = 11;
      Returns:
      Whether the entity field is set.
    • getEntity

      .CreateEntityInfo entity = 11;
      Returns:
      The entity.
    • getEntityOrBuilder

      .CreateEntityInfo entity = 11;
    • getEntityId

      int getEntityId()
      uint32 entity_id = 3;
      Returns:
      The entityId.
    • getIsRewind

      boolean getIsRewind()
      bool is_rewind = 9;
      Returns:
      The isRewind.
    • getParentQuestId

      int getParentQuestId()
      uint32 parent_quest_id = 2;
      Returns:
      The parentQuestId.
    • getRetcode

      int getRetcode()
      int32 retcode = 7;
      Returns:
      The retcode.
    • getQuestId

      int getQuestId()
      uint32 quest_id = 1;
      Returns:
      The questId.