public class PageViewData extends EventData
| Constructor and Description |
|---|
PageViewData()
Initializes a new instance of the PageViewData class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseType()
Base Type for this telemetry.
|
java.lang.String |
getDuration()
Gets the Duration property.
|
java.lang.String |
getEnvelopeName()
Envelope Name for this telemetry.
|
java.lang.String |
getReferrer()
Gets the Referrer property.
|
java.lang.String |
getReferrerData()
Gets the ReferrerData property.
|
java.lang.String |
getUrl()
Gets the Url property.
|
protected void |
InitializeFields()
Optionally initializes fields for the current context.
|
protected java.lang.String |
serializeContent(java.io.Writer writer)
Serializes the beginning of this object to the passed in writer.
|
void |
setDuration(java.lang.String value)
Sets the Duration property.
|
void |
setReferrer(java.lang.String value)
Sets the Referrer property.
|
void |
setReferrerData(java.lang.String value)
Sets the ReferrerData property.
|
void |
SetupAttributes()
Sets up the events attributes
|
void |
setUrl(java.lang.String value)
Sets the Url property.
|
getMeasurements, getName, getProperties, getVer, setMeasurements, setName, setProperties, setVerpublic PageViewData()
public java.lang.String getEnvelopeName()
getEnvelopeName in class EventDatapublic java.lang.String getBaseType()
getBaseType in class EventDatapublic java.lang.String getUrl()
public void setUrl(java.lang.String value)
public java.lang.String getDuration()
public void setDuration(java.lang.String value)
public java.lang.String getReferrer()
public void setReferrer(java.lang.String value)
public java.lang.String getReferrerData()
public void setReferrerData(java.lang.String value)
protected java.lang.String serializeContent(java.io.Writer writer)
throws java.io.IOException
serializeContent in class EventDatawriter - The writer to serialize this object to.java.io.IOExceptionpublic void SetupAttributes()
SetupAttributes in class EventDataprotected void InitializeFields()
InitializeFields in class EventData