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

    • getEntityId

      int getEntityId()
      uint32 entity_id = 4;
      Returns:
      The entityId.
    • getParentQuestId

      int getParentQuestId()
      uint32 parent_quest_id = 6;
      Returns:
      The parentQuestId.
    • hasEntity

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

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

      .CreateEntityInfo entity = 8;
    • getQuestId

      int getQuestId()
      uint32 quest_id = 5;
      Returns:
      The questId.
    • getIsRewind

      boolean getIsRewind()
      bool is_rewind = 3;
      Returns:
      The isRewind.
    • getRetcode

      int getRetcode()
      int32 retcode = 11;
      Returns:
      The retcode.