public class StringBehaviorTest
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
StringBehaviorTest.Builder
RecordBuilder for StringBehaviorTest instances.
|
| Modifier and Type | Field and Description |
|---|---|
CharSequence |
default_class
Deprecated.
|
Map<CharSequence,Integer> |
default_map
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
CharSequence |
string_class
Deprecated.
|
Map<CharSequence,Integer> |
string_map
Deprecated.
|
BigDecimal |
stringable_class
Deprecated.
|
Map<BigDecimal,Integer> |
stringable_map
Deprecated.
|
| Constructor and Description |
|---|
StringBehaviorTest()
Default constructor.
|
StringBehaviorTest(CharSequence default_class,
CharSequence string_class,
BigDecimal stringable_class,
Map<CharSequence,Integer> default_map,
Map<CharSequence,Integer> string_map,
Map<BigDecimal,Integer> stringable_map)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
CharSequence |
getDefaultClass()
Gets the value of the 'default_class' field.
|
Map<CharSequence,Integer> |
getDefaultMap()
Gets the value of the 'default_map' field.
|
org.apache.avro.Schema |
getSchema() |
BigDecimal |
getStringableClass()
Gets the value of the 'stringable_class' field.
|
Map<BigDecimal,Integer> |
getStringableMap()
Gets the value of the 'stringable_map' field.
|
CharSequence |
getStringClass()
Gets the value of the 'string_class' field.
|
Map<CharSequence,Integer> |
getStringMap()
Gets the value of the 'string_map' field.
|
static StringBehaviorTest.Builder |
newBuilder()
Creates a new StringBehaviorTest RecordBuilder.
|
static StringBehaviorTest.Builder |
newBuilder(StringBehaviorTest.Builder other)
Creates a new StringBehaviorTest RecordBuilder by copying an existing Builder.
|
static StringBehaviorTest.Builder |
newBuilder(StringBehaviorTest other)
Creates a new StringBehaviorTest RecordBuilder by copying an existing StringBehaviorTest instance.
|
void |
put(int field$,
Object value$) |
void |
readExternal(ObjectInput in) |
void |
setDefaultClass(CharSequence value)
Sets the value of the 'default_class' field.
|
void |
setDefaultMap(Map<CharSequence,Integer> value)
Sets the value of the 'default_map' field.
|
void |
setStringableClass(BigDecimal value)
Sets the value of the 'stringable_class' field.
|
void |
setStringableMap(Map<BigDecimal,Integer> value)
Sets the value of the 'stringable_map' field.
|
void |
setStringClass(CharSequence value)
Sets the value of the 'string_class' field.
|
void |
setStringMap(Map<CharSequence,Integer> value)
Sets the value of the 'string_map' field.
|
void |
writeExternal(ObjectOutput out) |
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public CharSequence default_class
@Deprecated public CharSequence string_class
@Deprecated public BigDecimal stringable_class
@Deprecated public Map<CharSequence,Integer> default_map
@Deprecated public Map<CharSequence,Integer> string_map
@Deprecated public Map<BigDecimal,Integer> stringable_map
public StringBehaviorTest()
newBuilder().public StringBehaviorTest(CharSequence default_class, CharSequence string_class, BigDecimal stringable_class, Map<CharSequence,Integer> default_map, Map<CharSequence,Integer> string_map, Map<BigDecimal,Integer> stringable_map)
public static org.apache.avro.Schema getClassSchema()
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic CharSequence getDefaultClass()
public void setDefaultClass(CharSequence value)
value - the value to set.public CharSequence getStringClass()
public void setStringClass(CharSequence value)
value - the value to set.public BigDecimal getStringableClass()
public void setStringableClass(BigDecimal value)
value - the value to set.public Map<CharSequence,Integer> getDefaultMap()
public void setDefaultMap(Map<CharSequence,Integer> value)
value - the value to set.public Map<CharSequence,Integer> getStringMap()
public void setStringMap(Map<CharSequence,Integer> value)
value - the value to set.public Map<BigDecimal,Integer> getStringableMap()
public void setStringableMap(Map<BigDecimal,Integer> value)
value - the value to set.public static StringBehaviorTest.Builder newBuilder()
public static StringBehaviorTest.Builder newBuilder(StringBehaviorTest.Builder other)
other - The existing builder to copy.public static StringBehaviorTest.Builder newBuilder(StringBehaviorTest other)
other - The existing instance to copy.public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class org.apache.avro.specific.SpecificRecordBaseIOExceptionpublic void readExternal(ObjectInput in) throws IOException
readExternal in interface ExternalizablereadExternal in class org.apache.avro.specific.SpecificRecordBaseIOExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.