Class LoanAccountStayedLockedDataV1.Builder

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

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

    • getId

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

      public LoanAccountStayedLockedDataV1.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

      Clears the value of the 'id' field.
      Returns:
      This builder.
    • getExternalId

      public String getExternalId()
      Gets the value of the 'externalId' field.
      Returns:
      The value.
    • setExternalId

      public LoanAccountStayedLockedDataV1.Builder setExternalId(String value)
      Sets the value of the 'externalId' field.
      Parameters:
      value - The value of 'externalId'.
      Returns:
      This builder.
    • hasExternalId

      public boolean hasExternalId()
      Checks whether the 'externalId' field has been set.
      Returns:
      True if the 'externalId' field has been set, false otherwise.
    • clearExternalId

      public LoanAccountStayedLockedDataV1.Builder clearExternalId()
      Clears the value of the 'externalId' field.
      Returns:
      This builder.
    • getAccountNo

      public String getAccountNo()
      Gets the value of the 'accountNo' field.
      Returns:
      The value.
    • setAccountNo

      public LoanAccountStayedLockedDataV1.Builder setAccountNo(String value)
      Sets the value of the 'accountNo' field.
      Parameters:
      value - The value of 'accountNo'.
      Returns:
      This builder.
    • hasAccountNo

      public boolean hasAccountNo()
      Checks whether the 'accountNo' field has been set.
      Returns:
      True if the 'accountNo' field has been set, false otherwise.
    • clearAccountNo

      public LoanAccountStayedLockedDataV1.Builder clearAccountNo()
      Clears the value of the 'accountNo' field.
      Returns:
      This builder.
    • build

      Specified by:
      build in interface org.apache.avro.data.RecordBuilder<LoanAccountStayedLockedDataV1>