public class AMethod
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Class and Description |
---|---|
static class |
AMethod.Builder
RecordBuilder for AMethod instances.
|
Modifier and Type | Field and Description |
---|---|
String |
declaringClass
Deprecated.
|
String |
name
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
Constructor and Description |
---|
AMethod()
Default constructor.
|
AMethod(String declaringClass,
String name)
All-args constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
String |
getDeclaringClass()
Gets the value of the 'declaringClass' field.
|
String |
getName()
Gets the value of the 'name' field.
|
org.apache.avro.Schema |
getSchema() |
static AMethod.Builder |
newBuilder()
Creates a new AMethod RecordBuilder.
|
static AMethod.Builder |
newBuilder(AMethod.Builder other)
Creates a new AMethod RecordBuilder by copying an existing Builder.
|
static AMethod.Builder |
newBuilder(AMethod other)
Creates a new AMethod RecordBuilder by copying an existing AMethod instance.
|
void |
put(int field$,
Object value$) |
void |
readExternal(ObjectInput in) |
void |
setDeclaringClass(String value)
Sets the value of the 'declaringClass' field.
|
void |
setName(String value)
Sets the value of the 'name' field.
|
void |
writeExternal(ObjectOutput out) |
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String declaringClass
@Deprecated public String name
public AMethod()
newBuilder()
.public static org.apache.avro.Schema getClassSchema()
public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
getSchema
in class org.apache.avro.specific.SpecificRecordBase
public Object get(int field$)
get
in interface org.apache.avro.generic.IndexedRecord
get
in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$, Object value$)
put
in interface org.apache.avro.generic.IndexedRecord
put
in class org.apache.avro.specific.SpecificRecordBase
public String getDeclaringClass()
public void setDeclaringClass(String value)
value
- the value to set.public String getName()
public void setName(String value)
value
- the value to set.public static AMethod.Builder newBuilder()
public static AMethod.Builder newBuilder(AMethod.Builder other)
other
- The existing builder to copy.public static AMethod.Builder newBuilder(AMethod other)
other
- The existing instance to copy.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class org.apache.avro.specific.SpecificRecordBase
IOException
public void readExternal(ObjectInput in) throws IOException
readExternal
in interface Externalizable
readExternal
in class org.apache.avro.specific.SpecificRecordBase
IOException
Copyright © 2018 SPF4J. All rights reserved.