public class PageViewEvent
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
id
Record id.
|
java.lang.CharSequence |
Name
Name of the profile.
|
java.lang.Long |
ProfileViewTimestamp
Time at which the profile was viewed.
|
static org.apache.avro.Schema |
SCHEMA$ |
java.lang.CharSequence |
ViewerName
Name of the person who viewed the profile.
|
Constructor and Description |
---|
PageViewEvent() |
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.Integer id
public java.lang.CharSequence Name
public java.lang.CharSequence ViewerName
public java.lang.Long ProfileViewTimestamp
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