public class EventMessage
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
EventMessage.Builder
RecordBuilder for EventMessage instances.
|
| Modifier and Type | Field and Description |
|---|---|
CharSequence |
appAccess
Deprecated.
|
CharSequence |
atlPath
Deprecated.
|
long |
clientTime
Deprecated.
|
CharSequence |
name
Deprecated.
|
CharSequence |
product
Deprecated.
|
Map<CharSequence,Object> |
properties
Deprecated.
|
long |
receivedTime
Deprecated.
|
CharSequence |
requestCorrelationId
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
CharSequence |
sen
Deprecated.
|
CharSequence |
server
Deprecated.
|
CharSequence |
session
Deprecated.
|
CharSequence |
sourceIP
Deprecated.
|
CharSequence |
subProduct
Deprecated.
|
CharSequence |
user
Deprecated.
|
CharSequence |
version
Deprecated.
|
| Constructor and Description |
|---|
EventMessage()
Default constructor.
|
EventMessage(CharSequence server,
Long clientTime,
CharSequence sen,
CharSequence product,
CharSequence subProduct,
CharSequence version,
CharSequence name,
CharSequence user,
CharSequence session,
CharSequence sourceIP,
Long receivedTime,
CharSequence atlPath,
CharSequence appAccess,
CharSequence requestCorrelationId,
Map<CharSequence,Object> properties)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
CharSequence |
getAppAccess()
Gets the value of the 'appAccess' field.
|
CharSequence |
getAtlPath()
Gets the value of the 'atlPath' field.
|
static org.apache.avro.Schema |
getClassSchema() |
Long |
getClientTime()
Gets the value of the 'clientTime' field.
|
CharSequence |
getName()
Gets the value of the 'name' field.
|
CharSequence |
getProduct()
Gets the value of the 'product' field.
|
Map<CharSequence,Object> |
getProperties()
Gets the value of the 'properties' field.
|
Long |
getReceivedTime()
Gets the value of the 'receivedTime' field.
|
CharSequence |
getRequestCorrelationId()
Gets the value of the 'requestCorrelationId' field.
|
org.apache.avro.Schema |
getSchema() |
CharSequence |
getSen()
Gets the value of the 'sen' field.
|
CharSequence |
getServer()
Gets the value of the 'server' field.
|
CharSequence |
getSession()
Gets the value of the 'session' field.
|
CharSequence |
getSourceIP()
Gets the value of the 'sourceIP' field.
|
CharSequence |
getSubProduct()
Gets the value of the 'subProduct' field.
|
CharSequence |
getUser()
Gets the value of the 'user' field.
|
CharSequence |
getVersion()
Gets the value of the 'version' field.
|
static EventMessage.Builder |
newBuilder()
Creates a new EventMessage RecordBuilder
|
static EventMessage.Builder |
newBuilder(EventMessage.Builder other)
Creates a new EventMessage RecordBuilder by copying an existing Builder
|
static EventMessage.Builder |
newBuilder(EventMessage other)
Creates a new EventMessage RecordBuilder by copying an existing EventMessage instance
|
void |
put(int field$,
Object value$) |
void |
setAppAccess(CharSequence value)
Sets the value of the 'appAccess' field.
|
void |
setAtlPath(CharSequence value)
Sets the value of the 'atlPath' field.
|
void |
setClientTime(Long value)
Sets the value of the 'clientTime' field.
|
void |
setName(CharSequence value)
Sets the value of the 'name' field.
|
void |
setProduct(CharSequence value)
Sets the value of the 'product' field.
|
void |
setProperties(Map<CharSequence,Object> value)
Sets the value of the 'properties' field.
|
void |
setReceivedTime(Long value)
Sets the value of the 'receivedTime' field.
|
void |
setRequestCorrelationId(CharSequence value)
Sets the value of the 'requestCorrelationId' field.
|
void |
setSen(CharSequence value)
Sets the value of the 'sen' field.
|
void |
setServer(CharSequence value)
Sets the value of the 'server' field.
|
void |
setSession(CharSequence value)
Sets the value of the 'session' field.
|
void |
setSourceIP(CharSequence value)
Sets the value of the 'sourceIP' field.
|
void |
setSubProduct(CharSequence value)
Sets the value of the 'subProduct' field.
|
void |
setUser(CharSequence value)
Sets the value of the 'user' field.
|
void |
setVersion(CharSequence value)
Sets the value of the 'version' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public CharSequence server
@Deprecated public long clientTime
@Deprecated public CharSequence sen
@Deprecated public CharSequence product
@Deprecated public CharSequence subProduct
@Deprecated public CharSequence version
@Deprecated public CharSequence name
@Deprecated public CharSequence user
@Deprecated public CharSequence session
@Deprecated public CharSequence sourceIP
@Deprecated public long receivedTime
@Deprecated public CharSequence atlPath
@Deprecated public CharSequence appAccess
@Deprecated public CharSequence requestCorrelationId
@Deprecated public Map<CharSequence,Object> properties
public EventMessage()
newBuilder().public EventMessage(CharSequence server, Long clientTime, CharSequence sen, CharSequence product, CharSequence subProduct, CharSequence version, CharSequence name, CharSequence user, CharSequence session, CharSequence sourceIP, Long receivedTime, CharSequence atlPath, CharSequence appAccess, CharSequence requestCorrelationId, Map<CharSequence,Object> properties)
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 getServer()
public void setServer(CharSequence value)
value - the value to set.public Long getClientTime()
public void setClientTime(Long value)
value - the value to set.public CharSequence getSen()
public void setSen(CharSequence value)
value - the value to set.public CharSequence getProduct()
public void setProduct(CharSequence value)
value - the value to set.public CharSequence getSubProduct()
public void setSubProduct(CharSequence value)
value - the value to set.public CharSequence getVersion()
public void setVersion(CharSequence value)
value - the value to set.public CharSequence getName()
public void setName(CharSequence value)
value - the value to set.public CharSequence getUser()
public void setUser(CharSequence value)
value - the value to set.public CharSequence getSession()
public void setSession(CharSequence value)
value - the value to set.public CharSequence getSourceIP()
public void setSourceIP(CharSequence value)
value - the value to set.public Long getReceivedTime()
public void setReceivedTime(Long value)
value - the value to set.public CharSequence getAtlPath()
public void setAtlPath(CharSequence value)
value - the value to set.public CharSequence getAppAccess()
public void setAppAccess(CharSequence value)
value - the value to set.public CharSequence getRequestCorrelationId()
public void setRequestCorrelationId(CharSequence value)
value - the value to set.public Map<CharSequence,Object> getProperties()
public void setProperties(Map<CharSequence,Object> value)
value - the value to set.public static EventMessage.Builder newBuilder()
public static EventMessage.Builder newBuilder(EventMessage.Builder other)
public static EventMessage.Builder newBuilder(EventMessage other)
Copyright © 2018 Atlassian. All rights reserved.