Interface ExecuteGroupTriggerReqOuterClass.ExecuteGroupTriggerReqOrBuilder

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

public static interface ExecuteGroupTriggerReqOuterClass.ExecuteGroupTriggerReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 param1 = 9;
    int
    int32 param2 = 4;
    int
    int32 param3 = 6;
    int
    uint32 source_entity_id = 7;
    string source_name = 8;
    com.google.protobuf.ByteString
    string source_name = 8;
    int
    uint32 target_entity_id = 15;

    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 = 7;
      Returns:
      The sourceEntityId.
    • getParam3

      int getParam3()
      int32 param3 = 6;
      Returns:
      The param3.
    • getParam1

      int getParam1()
      int32 param1 = 9;
      Returns:
      The param1.
    • getSourceName

      String getSourceName()
      string source_name = 8;
      Returns:
      The sourceName.
    • getSourceNameBytes

      com.google.protobuf.ByteString getSourceNameBytes()
      string source_name = 8;
      Returns:
      The bytes for sourceName.
    • getTargetEntityId

      int getTargetEntityId()
      uint32 target_entity_id = 15;
      Returns:
      The targetEntityId.
    • getParam2

      int getParam2()
      int32 param2 = 4;
      Returns:
      The param2.