Class FlowKey.Builder

  • All Implemented Interfaces:
    org.apache.avro.data.RecordBuilder

    
    public class FlowKey.Builder
    extends SpecificRecordBuilderBase<T> implements RecordBuilder<T>
                        

    RecordBuilder for FlowKey instances.

    • Constructor Detail

    • Method Detail

      • getId

         String getId()

        Gets the value of the 'id' field. Unique flow id for the given Holding Identity

      • setId

         FlowKey.Builder setId(String value)

        Sets the value of the 'id' field. Unique flow id for the given Holding Identity

        Parameters:
        value - The value of 'id'.
      • hasId

         boolean hasId()

        Checks whether the 'id' field has been set. Unique flow id for the given Holding Identity

      • clearId

         FlowKey.Builder clearId()

        Clears the value of the 'id' field. Unique flow id for the given Holding Identity

      • hasIdentity

         boolean hasIdentity()

        Checks whether the 'identity' field has been set. Identity of the party executing the flow.

      • hasIdentityBuilder

         boolean hasIdentityBuilder()

        Checks whether the 'identity' field has an active Builder instance Identity of the party executing the flow.