Interface AiSyncInfoOuterClass.AiSyncInfoOrBuilder

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

public static interface AiSyncInfoOuterClass.AiSyncInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 10;
    boolean
    bool has_path_to_target = 8;
    boolean
    bool is_self_killing = 6;

    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 = 10;
      Returns:
      The entityId.
    • getIsSelfKilling

      boolean getIsSelfKilling()
      bool is_self_killing = 6;
      Returns:
      The isSelfKilling.
    • getHasPathToTarget

      boolean getHasPathToTarget()
      bool has_path_to_target = 8;
      Returns:
      The hasPathToTarget.