-
- All Implemented Interfaces:
-
com.microsoft.telemetry.IJsonSerializable,java.io.Serializable
public class PageViewData extends EventData
Data contract class PageViewData.
-
-
Constructor Summary
Constructors Constructor Description PageViewData()Initializes a new instance of the PageViewData class.
-
Method Summary
Modifier and Type Method Description StringgetUrl()Gets the Url property. voidsetUrl(String value)Sets the Url property. StringgetDuration()Gets the Duration property. voidsetDuration(String value)Sets the Duration property. StringgetReferrer()Gets the Referrer property. voidsetReferrer(String value)Sets the Referrer property. StringgetReferrerData()Gets the ReferrerData property. voidsetReferrerData(String value)Sets the ReferrerData property. StringgetEnvelopeName()Envelope Name for this telemetry. StringgetBaseType()Base Type for this telemetry. voidSetupAttributes()Sets up the events attributes -
Methods inherited from class com.architect.androidjavaruntime.contracts.EventData
getMeasurements, getName, getProperties, getVer, setMeasurements, setName, setProperties, setVer -
Methods inherited from class com.microsoft.telemetry.ITelemetry
getBaseType, getEnvelopeName, getProperties, setProperties, setVer -
Methods inherited from class com.microsoft.telemetry.Domain
serialize -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDuration
String getDuration()
Gets the Duration property.
-
setDuration
void setDuration(String value)
Sets the Duration property.
-
getReferrer
String getReferrer()
Gets the Referrer property.
-
setReferrer
void setReferrer(String value)
Sets the Referrer property.
-
getReferrerData
String getReferrerData()
Gets the ReferrerData property.
-
setReferrerData
void setReferrerData(String value)
Sets the ReferrerData property.
-
getEnvelopeName
String getEnvelopeName()
Envelope Name for this telemetry.
-
getBaseType
String getBaseType()
Base Type for this telemetry.
-
SetupAttributes
void SetupAttributes()
Sets up the events attributes
-
-
-
-