Interface ClientScriptEventNotifyOuterClass.ClientScriptEventNotifyOrBuilder

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

public static interface ClientScriptEventNotifyOuterClass.ClientScriptEventNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 event_type = 8;
    int
    getParamList(int index)
    repeated int32 param_list = 6;
    int
    repeated int32 param_list = 6;
    repeated int32 param_list = 6;
    int
    uint32 source_entity_id = 1;
    int
    uint32 target_entity_id = 4;

    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

    • getSourceEntityId

      int getSourceEntityId()
      uint32 source_entity_id = 1;
      Returns:
      The sourceEntityId.
    • getEventType

      int getEventType()
      uint32 event_type = 8;
      Returns:
      The eventType.
    • getTargetEntityId

      int getTargetEntityId()
      uint32 target_entity_id = 4;
      Returns:
      The targetEntityId.
    • getParamListList

      List<Integer> getParamListList()
      repeated int32 param_list = 6;
      Returns:
      A list containing the paramList.
    • getParamListCount

      int getParamListCount()
      repeated int32 param_list = 6;
      Returns:
      The count of paramList.
    • getParamList

      int getParamList(int index)
      repeated int32 param_list = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The paramList at the given index.