public class ProfileChangeEvent
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Field and Description |
---|---|
java.lang.CharSequence |
Name
Name of the profile.
|
java.lang.CharSequence |
NewCompany
Name of the new company the person joined.
|
java.lang.CharSequence |
OldCompany
Name of the old company the person was working.
|
java.lang.Long |
ProfileChangeTimestamp
Time at which the profile was changed.
|
static org.apache.avro.Schema |
SCHEMA$ |
Constructor and Description |
---|
ProfileChangeEvent() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(int field$) |
org.apache.avro.Schema |
getSchema() |
void |
put(int field$,
java.lang.Object value$) |
public static final org.apache.avro.Schema SCHEMA$
public java.lang.CharSequence Name
public java.lang.CharSequence NewCompany
public java.lang.CharSequence OldCompany
public java.lang.Long ProfileChangeTimestamp
public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
getSchema
in class org.apache.avro.specific.SpecificRecordBase
public java.lang.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$, java.lang.Object value$)
put
in interface org.apache.avro.generic.IndexedRecord
put
in class org.apache.avro.specific.SpecificRecordBase