-
- All Implemented Interfaces:
-
com.microsoft.telemetry.IJsonSerializable,java.io.Serializable
public class PageViewPerfData extends PageViewData
Data contract class PageViewPerfData.
-
-
Field Summary
Fields Modifier and Type Field Description private StringperfTotalprivate StringnetworkConnectprivate StringsentRequestprivate StringreceivedResponseprivate StringdomProcessing
-
Constructor Summary
Constructors Constructor Description PageViewPerfData()Initializes a new instance of the PageViewPerfData class.
-
Method Summary
Modifier and Type Method Description StringgetPerfTotal()Gets the PerfTotal property. voidsetPerfTotal(String value)Sets the PerfTotal property. StringgetNetworkConnect()Gets the NetworkConnect property. voidsetNetworkConnect(String value)Sets the NetworkConnect property. StringgetSentRequest()Gets the SentRequest property. voidsetSentRequest(String value)Sets the SentRequest property. StringgetReceivedResponse()Gets the ReceivedResponse property. voidsetReceivedResponse(String value)Sets the ReceivedResponse property. StringgetDomProcessing()Gets the DomProcessing property. voidsetDomProcessing(String value)Sets the DomProcessing 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.PageViewData
getDuration, getReferrer, getReferrerData, getUrl, setDuration, setReferrer, setReferrerData, setUrl -
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
-
getPerfTotal
String getPerfTotal()
Gets the PerfTotal property.
-
setPerfTotal
void setPerfTotal(String value)
Sets the PerfTotal property.
-
getNetworkConnect
String getNetworkConnect()
Gets the NetworkConnect property.
-
setNetworkConnect
void setNetworkConnect(String value)
Sets the NetworkConnect property.
-
getSentRequest
String getSentRequest()
Gets the SentRequest property.
-
setSentRequest
void setSentRequest(String value)
Sets the SentRequest property.
-
getReceivedResponse
String getReceivedResponse()
Gets the ReceivedResponse property.
-
setReceivedResponse
void setReceivedResponse(String value)
Sets the ReceivedResponse property.
-
getDomProcessing
String getDomProcessing()
Gets the DomProcessing property.
-
setDomProcessing
void setDomProcessing(String value)
Sets the DomProcessing 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
-
-
-
-