Package org.apache.fineract.avro.loan.v1
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 Summary
Modifier and TypeMethodDescriptionbuild()Clears the value of the 'chargeId' field.clearId()Clears the value of the 'id' field.Gets the value of the 'chargeId' field.getId()Gets the value of the 'id' field.booleanChecks whether the 'chargeId' field has been set.booleanhasId()Checks whether the 'id' field has been set.setChargeId(Long value) Sets the value of the 'chargeId' field.Sets the value of the 'id' field.Methods inherited from class org.apache.avro.data.RecordBuilderBase
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate
-
Method Details
-
getId
Gets the value of the 'id' field.- Returns:
- The value.
-
setId
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.
-
getChargeId
Gets the value of the 'chargeId' field.- Returns:
- The value.
-
setChargeId
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
Clears the value of the 'chargeId' field.- Returns:
- This builder.
-
build
- Specified by:
buildin interfaceorg.apache.avro.data.RecordBuilder<LoanChargeDeletedV1>
-