Class FindTransaction.Builder

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

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

    RecordBuilder for FindTransaction instances.

    • Constructor Detail

    • Method Detail

      • getId

         String getId()

        Gets the value of the 'id' field. The transaction ID, derived from the root hash of its Merkle tree

      • setId

         FindTransaction.Builder setId(String value)

        Sets the value of the 'id' field. The transaction ID, derived from the root hash of its Merkle tree

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

         String getTransactionStatus()

        Gets the value of the 'transactionStatus' field. The status of the transaction

      • hasId

         boolean hasId()

        Checks whether the 'id' field has been set. The transaction ID, derived from the root hash of its Merkle tree

      • hasTransactionStatus

         boolean hasTransactionStatus()

        Checks whether the 'transactionStatus' field has been set. The status of the transaction