Class IdlTestIntegrationReferences.Builder
java.lang.Object
org.apache.avro.data.RecordBuilderBase<IdlTestIntegrationReferences>
org.apache.avro.specific.SpecificRecordBuilderBase<IdlTestIntegrationReferences>
ch.admin.bit.jeap.messaging.avro.command.integration.idl.IdlTestIntegrationReferences.Builder
- All Implemented Interfaces:
org.apache.avro.data.RecordBuilder<IdlTestIntegrationReferences>
- Enclosing class:
IdlTestIntegrationReferences
public static class IdlTestIntegrationReferences.Builder
extends org.apache.avro.specific.SpecificRecordBuilderBase<IdlTestIntegrationReferences>
implements org.apache.avro.data.RecordBuilder<IdlTestIntegrationReferences>
RecordBuilder for IdlTestIntegrationReferences instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Clears the value of the 'system' field.Gets the value of the 'system' field as an OptionalGets the value of the 'system' field.Gets the Builder instance for the 'system' field and creates one if it doesn't exist yet.booleanChecks whether the 'system' field has been set.booleanChecks whether the 'system' field has an active Builder instanceSets the value of the 'system' field.Sets the Builder instance for the 'system' fieldMethods inherited from class org.apache.avro.data.RecordBuilderBase
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate
-
Method Details
-
getSystem
Gets the value of the 'system' field.- Returns:
- The value.
-
getOptionalSystem
Gets the value of the 'system' field as an Optional- Returns:
- The Optional<value>.
-
setSystem
Sets the value of the 'system' field.- Parameters:
value- The value of 'system'.- Returns:
- This builder.
-
hasSystem
public boolean hasSystem()Checks whether the 'system' field has been set.- Returns:
- True if the 'system' field has been set, false otherwise.
-
getSystemBuilder
Gets the Builder instance for the 'system' field and creates one if it doesn't exist yet.- Returns:
- This builder.
-
setSystemBuilder
public IdlTestIntegrationReferences.Builder setSystemBuilder(IdlTestIntegrationReference.Builder value) Sets the Builder instance for the 'system' field- Parameters:
value- The builder instance that must be set.- Returns:
- This builder.
-
hasSystemBuilder
public boolean hasSystemBuilder()Checks whether the 'system' field has an active Builder instance- Returns:
- True if the 'system' field has an active Builder instance
-
clearSystem
Clears the value of the 'system' field.- Returns:
- This builder.
-
build
- Specified by:
buildin interfaceorg.apache.avro.data.RecordBuilder<IdlTestIntegrationReferences>
-