public static class AvroConstructorArg.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AvroConstructorArg> implements org.apache.avro.data.RecordBuilder<AvroConstructorArg>
Modifier and Type | Method and Description |
---|---|
AvroConstructorArg |
build() |
AvroConstructorArg.Builder |
clearFullArgClassName()
Clears the value of the 'fullArgClassName' field
|
AvroConstructorArg.Builder |
clearIsInjectionFuture()
Clears the value of the 'isInjectionFuture' field
|
AvroConstructorArg.Builder |
clearNamedParameterName()
Clears the value of the 'namedParameterName' field
|
CharSequence |
getFullArgClassName()
Gets the value of the 'fullArgClassName' field
|
Boolean |
getIsInjectionFuture()
Gets the value of the 'isInjectionFuture' field
|
CharSequence |
getNamedParameterName()
Gets the value of the 'namedParameterName' field
|
boolean |
hasFullArgClassName()
Checks whether the 'fullArgClassName' field has been set
|
boolean |
hasIsInjectionFuture()
Checks whether the 'isInjectionFuture' field has been set
|
boolean |
hasNamedParameterName()
Checks whether the 'namedParameterName' field has been set
|
AvroConstructorArg.Builder |
setFullArgClassName(CharSequence value)
Sets the value of the 'fullArgClassName' field
|
AvroConstructorArg.Builder |
setIsInjectionFuture(boolean value)
Sets the value of the 'isInjectionFuture' field
|
AvroConstructorArg.Builder |
setNamedParameterName(CharSequence value)
Sets the value of the 'namedParameterName' field
|
public CharSequence getFullArgClassName()
public AvroConstructorArg.Builder setFullArgClassName(CharSequence value)
public boolean hasFullArgClassName()
public AvroConstructorArg.Builder clearFullArgClassName()
public CharSequence getNamedParameterName()
public AvroConstructorArg.Builder setNamedParameterName(CharSequence value)
public boolean hasNamedParameterName()
public AvroConstructorArg.Builder clearNamedParameterName()
public Boolean getIsInjectionFuture()
public AvroConstructorArg.Builder setIsInjectionFuture(boolean value)
public boolean hasIsInjectionFuture()
public AvroConstructorArg.Builder clearIsInjectionFuture()
public AvroConstructorArg build()
build
in interface org.apache.avro.data.RecordBuilder<AvroConstructorArg>
Copyright © 2016 The Apache Software Foundation. All rights reserved.