Interface SceneEntityMoveRspOuterClass.SceneEntityMoveRspOrBuilder

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

public static interface SceneEntityMoveRspOuterClass.SceneEntityMoveRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 12;
    .MotionInfo fail_motion = 8;
    .MotionInfo fail_motion = 8;
    int
    uint32 reliable_seq = 15;
    int
    int32 retcode = 9;
    int
    uint32 scene_time = 11;
    boolean
    .MotionInfo fail_motion = 8;

    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

    • getSceneTime

      int getSceneTime()
      uint32 scene_time = 11;
      Returns:
      The sceneTime.
    • hasFailMotion

      boolean hasFailMotion()
      .MotionInfo fail_motion = 8;
      Returns:
      Whether the failMotion field is set.
    • getFailMotion

      .MotionInfo fail_motion = 8;
      Returns:
      The failMotion.
    • getFailMotionOrBuilder

      .MotionInfo fail_motion = 8;
    • getEntityId

      int getEntityId()
      uint32 entity_id = 12;
      Returns:
      The entityId.
    • getRetcode

      int getRetcode()
      int32 retcode = 9;
      Returns:
      The retcode.
    • getReliableSeq

      int getReliableSeq()
      uint32 reliable_seq = 15;
      Returns:
      The reliableSeq.