Class LoanChargeDeletedV1.Builder

java.lang.Object
org.apache.avro.data.RecordBuilderBase<LoanChargeDeletedV1>
org.apache.avro.specific.SpecificRecordBuilderBase<LoanChargeDeletedV1>
org.apache.fineract.avro.loan.v1.LoanChargeDeletedV1.Builder
All Implemented Interfaces:
org.apache.avro.data.RecordBuilder<LoanChargeDeletedV1>
Enclosing class:
LoanChargeDeletedV1

public static class LoanChargeDeletedV1.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<LoanChargeDeletedV1> implements org.apache.avro.data.RecordBuilder<LoanChargeDeletedV1>
RecordBuilder for LoanChargeDeletedV1 instances.
  • Method Details

    • getId

      public Long getId()
      Gets the value of the 'id' field.
      Returns:
      The value.
    • setId

      public LoanChargeDeletedV1.Builder setId(Long value)
      Sets the value of the 'id' field.
      Parameters:
      value - The value of 'id'.
      Returns:
      This builder.
    • hasId

      public boolean hasId()
      Checks whether the 'id' field has been set.
      Returns:
      True if the 'id' field has been set, false otherwise.
    • clearId

      public LoanChargeDeletedV1.Builder clearId()
      Clears the value of the 'id' field.
      Returns:
      This builder.
    • getChargeId

      public Long getChargeId()
      Gets the value of the 'chargeId' field.
      Returns:
      The value.
    • setChargeId

      public LoanChargeDeletedV1.Builder setChargeId(Long value)
      Sets the value of the 'chargeId' field.
      Parameters:
      value - The value of 'chargeId'.
      Returns:
      This builder.
    • hasChargeId

      public boolean hasChargeId()
      Checks whether the 'chargeId' field has been set.
      Returns:
      True if the 'chargeId' field has been set, false otherwise.
    • clearChargeId

      public LoanChargeDeletedV1.Builder clearChargeId()
      Clears the value of the 'chargeId' field.
      Returns:
      This builder.
    • build

      public LoanChargeDeletedV1 build()
      Specified by:
      build in interface org.apache.avro.data.RecordBuilder<LoanChargeDeletedV1>