Interface EntityForceSyncRspOuterClass.EntityForceSyncRspOrBuilder

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

public static interface EntityForceSyncRspOuterClass.EntityForceSyncRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

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

    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

    • getEntityId

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

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

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

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

      .MotionInfo fail_motion = 11;
    • getRetcode

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