public static class AvroRelation.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AvroRelation> implements org.apache.avro.data.RecordBuilder<AvroRelation>
| Modifier and Type | Method and Description |
|---|---|
AvroRelation |
build() |
AvroRelation.Builder |
clearCommon()
Clears the value of the 'common' field
|
AvroRelation.Builder |
clearMembers()
Clears the value of the 'members' field
|
AvroPrimitive |
getCommon()
Gets the value of the 'common' field
|
List<AvroRelationMember> |
getMembers()
Gets the value of the 'members' field
|
boolean |
hasCommon()
Checks whether the 'common' field has been set
|
boolean |
hasMembers()
Checks whether the 'members' field has been set
|
AvroRelation.Builder |
setCommon(AvroPrimitive value)
Sets the value of the 'common' field
|
AvroRelation.Builder |
setMembers(List<AvroRelationMember> value)
Sets the value of the 'members' field
|
public AvroPrimitive getCommon()
public AvroRelation.Builder setCommon(AvroPrimitive value)
public boolean hasCommon()
public AvroRelation.Builder clearCommon()
public List<AvroRelationMember> getMembers()
public AvroRelation.Builder setMembers(List<AvroRelationMember> value)
public boolean hasMembers()
public AvroRelation.Builder clearMembers()
public AvroRelation build()
build in interface org.apache.avro.data.RecordBuilder<AvroRelation>Copyright © 2013–2019. All rights reserved.