public class PageViewData extends EventData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PAGE_VIEW_BASE_TYPE
Base Type for this telemetry.
|
static java.lang.String |
PAGE_VIEW_ENVELOPE_NAME
Envelope Name for this telemetry.
|
| Constructor and Description |
|---|
PageViewData()
Initializes a new instance of the class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseTypeName() |
java.lang.Long |
getDuration() |
java.lang.String |
getEnvelopName() |
java.lang.String |
getUrl() |
protected void |
InitializeFields() |
protected void |
serializeContent(JsonTelemetryDataSerializer writer)
Serializes the beginning of this object to the passed in writer.
|
void |
setDuration(java.lang.Long value) |
void |
setUrl(java.lang.String value) |
getMeasurements, getName, getProperties, getVer, setMeasurements, setName, setPropertiespublic static final java.lang.String PAGE_VIEW_ENVELOPE_NAME
public static final java.lang.String PAGE_VIEW_BASE_TYPE
public java.lang.String getUrl()
public void setUrl(java.lang.String value)
public java.lang.Long getDuration()
public void setDuration(java.lang.Long value)
protected void serializeContent(JsonTelemetryDataSerializer writer) throws java.io.IOException
DomainserializeContent in class EventDatawriter - The writer to serialize this object to.java.io.IOException - Might be throw during serialization.public java.lang.String getEnvelopName()
getEnvelopName in interface SendableDatagetEnvelopName in class EventDatapublic java.lang.String getBaseTypeName()
getBaseTypeName in interface SendableDatagetBaseTypeName in class EventDataprotected void InitializeFields()
InitializeFields in class EventData