public static final class Pageview.Tombstone extends Pageview implements Tombstone
Pageview.Builder, Pageview.TombstonePersistentBase.PersistentDataDIRTY_BYTES_FIELD_NAME| Modifier and Type | Method and Description |
|---|---|
CharSequence |
getHttpMethod()
Gets the value of the 'httpMethod' field.
|
Integer |
getHttpStatusCode()
Gets the value of the 'httpStatusCode' field.
|
CharSequence |
getIp()
Gets the value of the 'ip' field.
|
CharSequence |
getReferrer()
Gets the value of the 'referrer' field.
|
Integer |
getResponseSize()
Gets the value of the 'responseSize' field.
|
Long |
getTimestamp()
Gets the value of the 'timestamp' field.
|
CharSequence |
getUrl()
Gets the value of the 'url' field.
|
CharSequence |
getUserAgent()
Gets the value of the 'userAgent' field.
|
boolean |
isHttpMethodDirty(CharSequence value)
Checks the dirty status of the 'httpMethod' field.
|
boolean |
isHttpStatusCodeDirty(Integer value)
Checks the dirty status of the 'httpStatusCode' field.
|
boolean |
isIpDirty(CharSequence value)
Checks the dirty status of the 'ip' field.
|
boolean |
isReferrerDirty(CharSequence value)
Checks the dirty status of the 'referrer' field.
|
boolean |
isResponseSizeDirty(Integer value)
Checks the dirty status of the 'responseSize' field.
|
boolean |
isTimestampDirty(Long value)
Checks the dirty status of the 'timestamp' field.
|
boolean |
isUrlDirty(CharSequence value)
Checks the dirty status of the 'url' field.
|
boolean |
isUserAgentDirty(CharSequence value)
Checks the dirty status of the 'userAgent' field.
|
void |
setHttpMethod(CharSequence value)
Sets the value of the 'httpMethod' field.
|
void |
setHttpStatusCode(Integer value)
Sets the value of the 'httpStatusCode' field.
|
void |
setIp(CharSequence value)
Sets the value of the 'ip' field.
|
void |
setReferrer(CharSequence value)
Sets the value of the 'referrer' field.
|
void |
setResponseSize(Integer value)
Sets the value of the 'responseSize' field.
|
void |
setTimestamp(Long value)
Sets the value of the 'timestamp' field.
|
void |
setUrl(CharSequence value)
Sets the value of the 'url' field.
|
void |
setUserAgent(CharSequence value)
Sets the value of the 'userAgent' field.
|
get, getSchema, getTombstone, newBuilder, newBuilder, newBuilder, newInstance, putclear, clearDirty, clearDirty, clearDirty, equals, getUnmanagedFields, isDirty, isDirty, isDirty, setDirty, setDirty, setDirtycompareTo, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitclear, clearDirty, clearDirty, getUnmanagedFields, isDirty, isDirty, setDirty, setDirty, setDirtyclearDirty, isDirtypublic CharSequence getUrl()
public void setUrl(CharSequence value)
public boolean isUrlDirty(CharSequence value)
isUrlDirty in class Pageviewvalue - the value to set.public Long getTimestamp()
getTimestamp in class Pageviewpublic void setTimestamp(Long value)
setTimestamp in class Pageviewvalue - the value to set.public boolean isTimestampDirty(Long value)
isTimestampDirty in class Pageviewvalue - the value to set.public CharSequence getIp()
public void setIp(CharSequence value)
public boolean isIpDirty(CharSequence value)
public CharSequence getHttpMethod()
getHttpMethod in class Pageviewpublic void setHttpMethod(CharSequence value)
setHttpMethod in class Pageviewvalue - the value to set.public boolean isHttpMethodDirty(CharSequence value)
isHttpMethodDirty in class Pageviewvalue - the value to set.public Integer getHttpStatusCode()
getHttpStatusCode in class Pageviewpublic void setHttpStatusCode(Integer value)
setHttpStatusCode in class Pageviewvalue - the value to set.public boolean isHttpStatusCodeDirty(Integer value)
isHttpStatusCodeDirty in class Pageviewvalue - the value to set.public Integer getResponseSize()
getResponseSize in class Pageviewpublic void setResponseSize(Integer value)
setResponseSize in class Pageviewvalue - the value to set.public boolean isResponseSizeDirty(Integer value)
isResponseSizeDirty in class Pageviewvalue - the value to set.public CharSequence getReferrer()
getReferrer in class Pageviewpublic void setReferrer(CharSequence value)
setReferrer in class Pageviewvalue - the value to set.public boolean isReferrerDirty(CharSequence value)
isReferrerDirty in class Pageviewvalue - the value to set.public CharSequence getUserAgent()
getUserAgent in class Pageviewpublic void setUserAgent(CharSequence value)
setUserAgent in class Pageviewvalue - the value to set.public boolean isUserAgentDirty(CharSequence value)
isUserAgentDirty in class Pageviewvalue - the value to set.Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.