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 |
readExternal(ObjectInput in) |
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.
|
void |
writeExternal(ObjectOutput out) |
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)
detectedDuplicate - The new value for detectedDuplicatedetectedCorruption - The new value for detectedCorruptionfirstInSession - The new value for firstInSessiontimestamp - The new value for timestampclientTimestamp - The new value for clientTimestampremoteHost - The new value for remoteHostreferer - The new value for refererlocation - The new value for locationviewportPixelWidth - The new value for viewportPixelWidthviewportPixelHeight - The new value for viewportPixelHeightscreenPixelWidth - The new value for screenPixelWidthscreenPixelHeight - The new value for screenPixelHeightpartyId - The new value for partyIdsessionId - The new value for sessionIdpageViewId - The new value for pageViewIdeventType - The new value for eventTypeuserAgentString - The new value for userAgentStringuserAgentName - The new value for userAgentNameuserAgentFamily - The new value for userAgentFamilyuserAgentVendor - The new value for userAgentVendoruserAgentType - The new value for userAgentTypeuserAgentVersion - The new value for userAgentVersionuserAgentDeviceCategory - The new value for userAgentDeviceCategoryuserAgentOsFamily - The new value for userAgentOsFamilyuserAgentOsVersion - The new value for userAgentOsVersionuserAgentOsVendor - The new value for userAgentOsVendorpublic 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)
other - The existing builder to copy.public static DefaultEventRecord.Builder newBuilder(DefaultEventRecord 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 © 2014–2016 GoDataDriven B.V.. All rights reserved.