Interface DungeonWayPointActivateRspOuterClass.DungeonWayPointActivateRspOrBuilder

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

public static interface DungeonWayPointActivateRspOuterClass.DungeonWayPointActivateRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 retcode = 5;
    int
    uint32 way_point_id = 3;

    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

    • getRetcode

      int getRetcode()
      int32 retcode = 5;
      Returns:
      The retcode.
    • getWayPointId

      int getWayPointId()
      uint32 way_point_id = 3;
      Returns:
      The wayPointId.