public static class AvroNamingUnRegisterRequest.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AvroNamingUnRegisterRequest> implements org.apache.avro.data.RecordBuilder<AvroNamingUnRegisterRequest>
Modifier and Type | Method and Description |
---|---|
AvroNamingUnRegisterRequest |
build() |
AvroNamingUnRegisterRequest.Builder |
clearId()
Clears the value of the 'id' field
|
CharSequence |
getId()
Gets the value of the 'id' field
|
boolean |
hasId()
Checks whether the 'id' field has been set
|
AvroNamingUnRegisterRequest.Builder |
setId(CharSequence value)
Sets the value of the 'id' field
|
public CharSequence getId()
public AvroNamingUnRegisterRequest.Builder setId(CharSequence value)
public boolean hasId()
public AvroNamingUnRegisterRequest.Builder clearId()
public AvroNamingUnRegisterRequest build()
build
in interface org.apache.avro.data.RecordBuilder<AvroNamingUnRegisterRequest>
Copyright © 2016 The Apache Software Foundation. All rights reserved.