public class DefaultEventRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultEventRecord.Builder
RecordBuilder for DefaultEventRecord instances.
|
| Constructor and Description |
|---|
DefaultEventRecord()
Default constructor.
|
DefaultEventRecord(Boolean detectedDuplicate,
Boolean detectedCorruption,
Boolean firstInSession,
Long timestamp,
Long clientTimestamp,
CharSequence remoteHost,
CharSequence referer,
CharSequence location,
Integer viewportPixelWidth,
Integer viewportPixelHeight,
Integer screenPixelWidth,
Integer screenPixelHeight,
CharSequence partyId,
CharSequence sessionId,
CharSequence pageViewId,
CharSequence eventType,
CharSequence userAgentString,
CharSequence userAgentName,
CharSequence userAgentFamily,
CharSequence userAgentVendor,
CharSequence userAgentType,
CharSequence userAgentVersion,
CharSequence userAgentDeviceCategory,
CharSequence userAgentOsFamily,
CharSequence userAgentOsVersion,
CharSequence userAgentOsVendor)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
Long |
getClientTimestamp()
Gets the value of the 'clientTimestamp' field.
|
Boolean |
getDetectedCorruption()
Gets the value of the 'detectedCorruption' field.
|
Boolean |
getDetectedDuplicate()
Gets the value of the 'detectedDuplicate' field.
|
CharSequence |
getEventType()
Gets the value of the 'eventType' field.
|
Boolean |
getFirstInSession()
Gets the value of the 'firstInSession' field.
|
CharSequence |
getLocation()
Gets the value of the 'location' field.
|
CharSequence |
getPageViewId()
Gets the value of the 'pageViewId' field.
|
CharSequence |
getPartyId()
Gets the value of the 'partyId' field.
|
CharSequence |
getReferer()
Gets the value of the 'referer' field.
|
CharSequence |
getRemoteHost()
Gets the value of the 'remoteHost' field.
|
org.apache.avro.Schema |
getSchema() |
Integer |
getScreenPixelHeight()
Gets the value of the 'screenPixelHeight' field.
|
Integer |
getScreenPixelWidth()
Gets the value of the 'screenPixelWidth' field.
|
CharSequence |
getSessionId()
Gets the value of the 'sessionId' field.
|
Long |
getTimestamp()
Gets the value of the 'timestamp' field.
|
CharSequence |
getUserAgentDeviceCategory()
Gets the value of the 'userAgentDeviceCategory' field.
|
CharSequence |
getUserAgentFamily()
Gets the value of the 'userAgentFamily' field.
|
CharSequence |
getUserAgentName()
Gets the value of the 'userAgentName' field.
|
CharSequence |
getUserAgentOsFamily()
Gets the value of the 'userAgentOsFamily' field.
|
CharSequence |
getUserAgentOsVendor()
Gets the value of the 'userAgentOsVendor' field.
|
CharSequence |
getUserAgentOsVersion()
Gets the value of the 'userAgentOsVersion' field.
|
CharSequence |
getUserAgentString()
Gets the value of the 'userAgentString' field.
|
CharSequence |
getUserAgentType()
Gets the value of the 'userAgentType' field.
|
CharSequence |
getUserAgentVendor()
Gets the value of the 'userAgentVendor' field.
|
CharSequence |
getUserAgentVersion()
Gets the value of the 'userAgentVersion' field.
|
Integer |
getViewportPixelHeight()
Gets the value of the 'viewportPixelHeight' field.
|
Integer |
getViewportPixelWidth()
Gets the value of the 'viewportPixelWidth' field.
|
static DefaultEventRecord.Builder |
newBuilder()
Creates a new DefaultEventRecord RecordBuilder
|
static DefaultEventRecord.Builder |
newBuilder(DefaultEventRecord.Builder other)
Creates a new DefaultEventRecord RecordBuilder by copying an existing Builder
|
static DefaultEventRecord.Builder |
newBuilder(DefaultEventRecord other)
Creates a new DefaultEventRecord RecordBuilder by copying an existing DefaultEventRecord instance
|
void |
put(int field$,
Object value$) |
void |
setClientTimestamp(Long value)
Sets the value of the 'clientTimestamp' field.
|
void |
setDetectedCorruption(Boolean value)
Sets the value of the 'detectedCorruption' field.
|
void |
setDetectedDuplicate(Boolean value)
Sets the value of the 'detectedDuplicate' field.
|
void |
setEventType(CharSequence value)
Sets the value of the 'eventType' field.
|
void |
setFirstInSession(Boolean value)
Sets the value of the 'firstInSession' field.
|
void |
setLocation(CharSequence value)
Sets the value of the 'location' field.
|
void |
setPageViewId(CharSequence value)
Sets the value of the 'pageViewId' field.
|
void |
setPartyId(CharSequence value)
Sets the value of the 'partyId' field.
|
void |
setReferer(CharSequence value)
Sets the value of the 'referer' field.
|
void |
setRemoteHost(CharSequence value)
Sets the value of the 'remoteHost' field.
|
void |
setScreenPixelHeight(Integer value)
Sets the value of the 'screenPixelHeight' field.
|
void |
setScreenPixelWidth(Integer value)
Sets the value of the 'screenPixelWidth' field.
|
void |
setSessionId(CharSequence value)
Sets the value of the 'sessionId' field.
|
void |
setTimestamp(Long value)
Sets the value of the 'timestamp' field.
|
void |
setUserAgentDeviceCategory(CharSequence value)
Sets the value of the 'userAgentDeviceCategory' field.
|
void |
setUserAgentFamily(CharSequence value)
Sets the value of the 'userAgentFamily' field.
|
void |
setUserAgentName(CharSequence value)
Sets the value of the 'userAgentName' field.
|
void |
setUserAgentOsFamily(CharSequence value)
Sets the value of the 'userAgentOsFamily' field.
|
void |
setUserAgentOsVendor(CharSequence value)
Sets the value of the 'userAgentOsVendor' field.
|
void |
setUserAgentOsVersion(CharSequence value)
Sets the value of the 'userAgentOsVersion' field.
|
void |
setUserAgentString(CharSequence value)
Sets the value of the 'userAgentString' field.
|
void |
setUserAgentType(CharSequence value)
Sets the value of the 'userAgentType' field.
|
void |
setUserAgentVendor(CharSequence value)
Sets the value of the 'userAgentVendor' field.
|
void |
setUserAgentVersion(CharSequence value)
Sets the value of the 'userAgentVersion' field.
|
void |
setViewportPixelHeight(Integer value)
Sets the value of the 'viewportPixelHeight' field.
|
void |
setViewportPixelWidth(Integer value)
Sets the value of the 'viewportPixelWidth' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public boolean detectedDuplicate
@Deprecated public boolean detectedCorruption
@Deprecated public boolean firstInSession
@Deprecated public long timestamp
@Deprecated public long clientTimestamp
@Deprecated public CharSequence remoteHost
@Deprecated public CharSequence referer
@Deprecated public CharSequence location
@Deprecated public Integer viewportPixelWidth
@Deprecated public Integer viewportPixelHeight
@Deprecated public Integer screenPixelWidth
@Deprecated public Integer screenPixelHeight
@Deprecated public CharSequence partyId
@Deprecated public CharSequence sessionId
@Deprecated public CharSequence pageViewId
@Deprecated public CharSequence eventType
@Deprecated public CharSequence userAgentString
@Deprecated public CharSequence userAgentName
@Deprecated public CharSequence userAgentFamily
@Deprecated public CharSequence userAgentVendor
@Deprecated public CharSequence userAgentType
@Deprecated public CharSequence userAgentVersion
@Deprecated public CharSequence userAgentDeviceCategory
@Deprecated public CharSequence userAgentOsFamily
@Deprecated public CharSequence userAgentOsVersion
@Deprecated public CharSequence userAgentOsVendor
public DefaultEventRecord()
newBuilder().public DefaultEventRecord(Boolean detectedDuplicate, Boolean detectedCorruption, Boolean firstInSession, Long timestamp, Long clientTimestamp, CharSequence remoteHost, CharSequence referer, CharSequence location, Integer viewportPixelWidth, Integer viewportPixelHeight, Integer screenPixelWidth, Integer screenPixelHeight, CharSequence partyId, CharSequence sessionId, CharSequence pageViewId, CharSequence eventType, CharSequence userAgentString, CharSequence userAgentName, CharSequence userAgentFamily, CharSequence userAgentVendor, CharSequence userAgentType, CharSequence userAgentVersion, CharSequence userAgentDeviceCategory, CharSequence userAgentOsFamily, CharSequence userAgentOsVersion, CharSequence userAgentOsVendor)
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 Boolean getDetectedDuplicate()
public void setDetectedDuplicate(Boolean value)
value - the value to set.public Boolean getDetectedCorruption()
public void setDetectedCorruption(Boolean value)
value - the value to set.public Boolean getFirstInSession()
public void setFirstInSession(Boolean value)
value - the value to set.public Long getTimestamp()
public void setTimestamp(Long value)
value - the value to set.public Long getClientTimestamp()
public void setClientTimestamp(Long value)
value - the value to set.public CharSequence getRemoteHost()
public void setRemoteHost(CharSequence value)
value - the value to set.public CharSequence getReferer()
public void setReferer(CharSequence value)
value - the value to set.public CharSequence getLocation()
public void setLocation(CharSequence value)
value - the value to set.public Integer getViewportPixelWidth()
public void setViewportPixelWidth(Integer value)
value - the value to set.public Integer getViewportPixelHeight()
public void setViewportPixelHeight(Integer value)
value - the value to set.public Integer getScreenPixelWidth()
public void setScreenPixelWidth(Integer value)
value - the value to set.public Integer getScreenPixelHeight()
public void setScreenPixelHeight(Integer value)
value - the value to set.public CharSequence getPartyId()
public void setPartyId(CharSequence value)
value - the value to set.public CharSequence getSessionId()
public void setSessionId(CharSequence value)
value - the value to set.public CharSequence getPageViewId()
public void setPageViewId(CharSequence value)
value - the value to set.public CharSequence getEventType()
public void setEventType(CharSequence value)
value - the value to set.public CharSequence getUserAgentString()
public void setUserAgentString(CharSequence value)
value - the value to set.public CharSequence getUserAgentName()
public void setUserAgentName(CharSequence value)
value - the value to set.public CharSequence getUserAgentFamily()
public void setUserAgentFamily(CharSequence value)
value - the value to set.public CharSequence getUserAgentVendor()
public void setUserAgentVendor(CharSequence value)
value - the value to set.public CharSequence getUserAgentType()
public void setUserAgentType(CharSequence value)
value - the value to set.public CharSequence getUserAgentVersion()
public void setUserAgentVersion(CharSequence value)
value - the value to set.public CharSequence getUserAgentDeviceCategory()
public void setUserAgentDeviceCategory(CharSequence value)
value - the value to set.public CharSequence getUserAgentOsFamily()
public void setUserAgentOsFamily(CharSequence value)
value - the value to set.public CharSequence getUserAgentOsVersion()
public void setUserAgentOsVersion(CharSequence value)
value - the value to set.public CharSequence getUserAgentOsVendor()
public void setUserAgentOsVendor(CharSequence value)
value - the value to set.public static DefaultEventRecord.Builder newBuilder()
public static DefaultEventRecord.Builder newBuilder(DefaultEventRecord.Builder other)
public static DefaultEventRecord.Builder newBuilder(DefaultEventRecord other)
Copyright © 2014–2015 GoDataDriven B.V.. All rights reserved.