Package org.apache.fineract.avro.loan.v1
Class LoanAccountsStayedLockedDataV1.Builder
java.lang.Object
org.apache.avro.data.RecordBuilderBase<LoanAccountsStayedLockedDataV1>
org.apache.avro.specific.SpecificRecordBuilderBase<LoanAccountsStayedLockedDataV1>
org.apache.fineract.avro.loan.v1.LoanAccountsStayedLockedDataV1.Builder
- All Implemented Interfaces:
org.apache.avro.data.RecordBuilder<LoanAccountsStayedLockedDataV1>
- Enclosing class:
LoanAccountsStayedLockedDataV1
public static class LoanAccountsStayedLockedDataV1.Builder
extends org.apache.avro.specific.SpecificRecordBuilderBase<LoanAccountsStayedLockedDataV1>
implements org.apache.avro.data.RecordBuilder<LoanAccountsStayedLockedDataV1>
RecordBuilder for LoanAccountsStayedLockedDataV1 instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Clears the value of the 'loanAccounts' field.Gets the value of the 'loanAccounts' field.booleanChecks whether the 'loanAccounts' field has been set.Sets the value of the 'loanAccounts' field.Methods inherited from class org.apache.avro.data.RecordBuilderBase
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate
-
Method Details
-
getLoanAccounts
Gets the value of the 'loanAccounts' field.- Returns:
- The value.
-
setLoanAccounts
public LoanAccountsStayedLockedDataV1.Builder setLoanAccounts(List<LoanAccountStayedLockedDataV1> value) Sets the value of the 'loanAccounts' field.- Parameters:
value- The value of 'loanAccounts'.- Returns:
- This builder.
-
hasLoanAccounts
public boolean hasLoanAccounts()Checks whether the 'loanAccounts' field has been set.- Returns:
- True if the 'loanAccounts' field has been set, false otherwise.
-
clearLoanAccounts
Clears the value of the 'loanAccounts' field.- Returns:
- This builder.
-
build
- Specified by:
buildin interfaceorg.apache.avro.data.RecordBuilder<LoanAccountsStayedLockedDataV1>
-