Class ClientTimelineDataV1.Builder
java.lang.Object
org.apache.avro.data.RecordBuilderBase<ClientTimelineDataV1>
org.apache.avro.specific.SpecificRecordBuilderBase<ClientTimelineDataV1>
org.apache.fineract.avro.client.v1.ClientTimelineDataV1.Builder
- All Implemented Interfaces:
org.apache.avro.data.RecordBuilder<ClientTimelineDataV1>
- Enclosing class:
ClientTimelineDataV1
public static class ClientTimelineDataV1.Builder
extends org.apache.avro.specific.SpecificRecordBuilderBase<ClientTimelineDataV1>
implements org.apache.avro.data.RecordBuilder<ClientTimelineDataV1>
RecordBuilder for ClientTimelineDataV1 instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Clears the value of the 'activatedByFirstname' field.Clears the value of the 'activatedByLastname' field.Clears the value of the 'activatedByUsername' field.Clears the value of the 'activatedOnDate' field.Clears the value of the 'closedByFirstname' field.Clears the value of the 'closedByLastname' field.Clears the value of the 'closedByUsername' field.Clears the value of the 'closedOnDate' field.Clears the value of the 'submittedByFirstname' field.Clears the value of the 'submittedByLastname' field.Clears the value of the 'submittedByUsername' field.Clears the value of the 'submittedOnDate' field.Gets the value of the 'activatedByFirstname' field.Gets the value of the 'activatedByLastname' field.Gets the value of the 'activatedByUsername' field.Gets the value of the 'activatedOnDate' field.Gets the value of the 'closedByFirstname' field.Gets the value of the 'closedByLastname' field.Gets the value of the 'closedByUsername' field.Gets the value of the 'closedOnDate' field.Gets the value of the 'submittedByFirstname' field.Gets the value of the 'submittedByLastname' field.Gets the value of the 'submittedByUsername' field.Gets the value of the 'submittedOnDate' field.booleanChecks whether the 'activatedByFirstname' field has been set.booleanChecks whether the 'activatedByLastname' field has been set.booleanChecks whether the 'activatedByUsername' field has been set.booleanChecks whether the 'activatedOnDate' field has been set.booleanChecks whether the 'closedByFirstname' field has been set.booleanChecks whether the 'closedByLastname' field has been set.booleanChecks whether the 'closedByUsername' field has been set.booleanChecks whether the 'closedOnDate' field has been set.booleanChecks whether the 'submittedByFirstname' field has been set.booleanChecks whether the 'submittedByLastname' field has been set.booleanChecks whether the 'submittedByUsername' field has been set.booleanChecks whether the 'submittedOnDate' field has been set.setActivatedByFirstname(String value) Sets the value of the 'activatedByFirstname' field.setActivatedByLastname(String value) Sets the value of the 'activatedByLastname' field.setActivatedByUsername(String value) Sets the value of the 'activatedByUsername' field.setActivatedOnDate(String value) Sets the value of the 'activatedOnDate' field.setClosedByFirstname(String value) Sets the value of the 'closedByFirstname' field.setClosedByLastname(String value) Sets the value of the 'closedByLastname' field.setClosedByUsername(String value) Sets the value of the 'closedByUsername' field.setClosedOnDate(String value) Sets the value of the 'closedOnDate' field.setSubmittedByFirstname(String value) Sets the value of the 'submittedByFirstname' field.setSubmittedByLastname(String value) Sets the value of the 'submittedByLastname' field.setSubmittedByUsername(String value) Sets the value of the 'submittedByUsername' field.setSubmittedOnDate(String value) Sets the value of the 'submittedOnDate' field.Methods inherited from class org.apache.avro.data.RecordBuilderBase
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate
-
Method Details
-
getSubmittedOnDate
Gets the value of the 'submittedOnDate' field.- Returns:
- The value.
-
setSubmittedOnDate
Sets the value of the 'submittedOnDate' field.- Parameters:
value- The value of 'submittedOnDate'.- Returns:
- This builder.
-
hasSubmittedOnDate
public boolean hasSubmittedOnDate()Checks whether the 'submittedOnDate' field has been set.- Returns:
- True if the 'submittedOnDate' field has been set, false otherwise.
-
clearSubmittedOnDate
Clears the value of the 'submittedOnDate' field.- Returns:
- This builder.
-
getSubmittedByUsername
Gets the value of the 'submittedByUsername' field.- Returns:
- The value.
-
setSubmittedByUsername
Sets the value of the 'submittedByUsername' field.- Parameters:
value- The value of 'submittedByUsername'.- Returns:
- This builder.
-
hasSubmittedByUsername
public boolean hasSubmittedByUsername()Checks whether the 'submittedByUsername' field has been set.- Returns:
- True if the 'submittedByUsername' field has been set, false otherwise.
-
clearSubmittedByUsername
Clears the value of the 'submittedByUsername' field.- Returns:
- This builder.
-
getSubmittedByFirstname
Gets the value of the 'submittedByFirstname' field.- Returns:
- The value.
-
setSubmittedByFirstname
Sets the value of the 'submittedByFirstname' field.- Parameters:
value- The value of 'submittedByFirstname'.- Returns:
- This builder.
-
hasSubmittedByFirstname
public boolean hasSubmittedByFirstname()Checks whether the 'submittedByFirstname' field has been set.- Returns:
- True if the 'submittedByFirstname' field has been set, false otherwise.
-
clearSubmittedByFirstname
Clears the value of the 'submittedByFirstname' field.- Returns:
- This builder.
-
getSubmittedByLastname
Gets the value of the 'submittedByLastname' field.- Returns:
- The value.
-
setSubmittedByLastname
Sets the value of the 'submittedByLastname' field.- Parameters:
value- The value of 'submittedByLastname'.- Returns:
- This builder.
-
hasSubmittedByLastname
public boolean hasSubmittedByLastname()Checks whether the 'submittedByLastname' field has been set.- Returns:
- True if the 'submittedByLastname' field has been set, false otherwise.
-
clearSubmittedByLastname
Clears the value of the 'submittedByLastname' field.- Returns:
- This builder.
-
getActivatedOnDate
Gets the value of the 'activatedOnDate' field.- Returns:
- The value.
-
setActivatedOnDate
Sets the value of the 'activatedOnDate' field.- Parameters:
value- The value of 'activatedOnDate'.- Returns:
- This builder.
-
hasActivatedOnDate
public boolean hasActivatedOnDate()Checks whether the 'activatedOnDate' field has been set.- Returns:
- True if the 'activatedOnDate' field has been set, false otherwise.
-
clearActivatedOnDate
Clears the value of the 'activatedOnDate' field.- Returns:
- This builder.
-
getActivatedByUsername
Gets the value of the 'activatedByUsername' field.- Returns:
- The value.
-
setActivatedByUsername
Sets the value of the 'activatedByUsername' field.- Parameters:
value- The value of 'activatedByUsername'.- Returns:
- This builder.
-
hasActivatedByUsername
public boolean hasActivatedByUsername()Checks whether the 'activatedByUsername' field has been set.- Returns:
- True if the 'activatedByUsername' field has been set, false otherwise.
-
clearActivatedByUsername
Clears the value of the 'activatedByUsername' field.- Returns:
- This builder.
-
getActivatedByFirstname
Gets the value of the 'activatedByFirstname' field.- Returns:
- The value.
-
setActivatedByFirstname
Sets the value of the 'activatedByFirstname' field.- Parameters:
value- The value of 'activatedByFirstname'.- Returns:
- This builder.
-
hasActivatedByFirstname
public boolean hasActivatedByFirstname()Checks whether the 'activatedByFirstname' field has been set.- Returns:
- True if the 'activatedByFirstname' field has been set, false otherwise.
-
clearActivatedByFirstname
Clears the value of the 'activatedByFirstname' field.- Returns:
- This builder.
-
getActivatedByLastname
Gets the value of the 'activatedByLastname' field.- Returns:
- The value.
-
setActivatedByLastname
Sets the value of the 'activatedByLastname' field.- Parameters:
value- The value of 'activatedByLastname'.- Returns:
- This builder.
-
hasActivatedByLastname
public boolean hasActivatedByLastname()Checks whether the 'activatedByLastname' field has been set.- Returns:
- True if the 'activatedByLastname' field has been set, false otherwise.
-
clearActivatedByLastname
Clears the value of the 'activatedByLastname' field.- Returns:
- This builder.
-
getClosedOnDate
Gets the value of the 'closedOnDate' field.- Returns:
- The value.
-
setClosedOnDate
Sets the value of the 'closedOnDate' field.- Parameters:
value- The value of 'closedOnDate'.- Returns:
- This builder.
-
hasClosedOnDate
public boolean hasClosedOnDate()Checks whether the 'closedOnDate' field has been set.- Returns:
- True if the 'closedOnDate' field has been set, false otherwise.
-
clearClosedOnDate
Clears the value of the 'closedOnDate' field.- Returns:
- This builder.
-
getClosedByUsername
Gets the value of the 'closedByUsername' field.- Returns:
- The value.
-
setClosedByUsername
Sets the value of the 'closedByUsername' field.- Parameters:
value- The value of 'closedByUsername'.- Returns:
- This builder.
-
hasClosedByUsername
public boolean hasClosedByUsername()Checks whether the 'closedByUsername' field has been set.- Returns:
- True if the 'closedByUsername' field has been set, false otherwise.
-
clearClosedByUsername
Clears the value of the 'closedByUsername' field.- Returns:
- This builder.
-
getClosedByFirstname
Gets the value of the 'closedByFirstname' field.- Returns:
- The value.
-
setClosedByFirstname
Sets the value of the 'closedByFirstname' field.- Parameters:
value- The value of 'closedByFirstname'.- Returns:
- This builder.
-
hasClosedByFirstname
public boolean hasClosedByFirstname()Checks whether the 'closedByFirstname' field has been set.- Returns:
- True if the 'closedByFirstname' field has been set, false otherwise.
-
clearClosedByFirstname
Clears the value of the 'closedByFirstname' field.- Returns:
- This builder.
-
getClosedByLastname
Gets the value of the 'closedByLastname' field.- Returns:
- The value.
-
setClosedByLastname
Sets the value of the 'closedByLastname' field.- Parameters:
value- The value of 'closedByLastname'.- Returns:
- This builder.
-
hasClosedByLastname
public boolean hasClosedByLastname()Checks whether the 'closedByLastname' field has been set.- Returns:
- True if the 'closedByLastname' field has been set, false otherwise.
-
clearClosedByLastname
Clears the value of the 'closedByLastname' field.- Returns:
- This builder.
-
build
- Specified by:
buildin interfaceorg.apache.avro.data.RecordBuilder<ClientTimelineDataV1>
-