Interface EvtHittingOtherInfoOuterClass.EvtHittingOtherInfoOrBuilder

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

public static interface EvtHittingOtherInfoOuterClass.EvtHittingOtherInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .AttackResult attack_result = 7;
    .AttackResult attack_result = 7;
    int
    uint32 peer_id = 2;
    boolean
    .AttackResult attack_result = 7;

    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

    • getPeerId

      int getPeerId()
      uint32 peer_id = 2;
      Returns:
      The peerId.
    • hasAttackResult

      boolean hasAttackResult()
      .AttackResult attack_result = 7;
      Returns:
      Whether the attackResult field is set.
    • getAttackResult

      .AttackResult attack_result = 7;
      Returns:
      The attackResult.
    • getAttackResultOrBuilder

      .AttackResult attack_result = 7;