Interface Link.WorkflowEvent.RequestIdReferenceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EventType getEventType()
      .temporal.api.enums.v1.EventType event_type = 2;
      int getEventTypeValue()
      .temporal.api.enums.v1.EventType event_type = 2;
      java.lang.String getRequestId()
      string request_id = 1;
      com.google.protobuf.ByteString getRequestIdBytes()
      string request_id = 1;
      • 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 Detail

      • getRequestId

        java.lang.String getRequestId()
        string request_id = 1;
        Returns:
        The requestId.
      • getRequestIdBytes

        com.google.protobuf.ByteString getRequestIdBytes()
        string request_id = 1;
        Returns:
        The bytes for requestId.
      • getEventTypeValue

        int getEventTypeValue()
        .temporal.api.enums.v1.EventType event_type = 2;
        Returns:
        The enum numeric value on the wire for eventType.
      • getEventType

        EventType getEventType()
        .temporal.api.enums.v1.EventType event_type = 2;
        Returns:
        The eventType.