Package 

Class PageViewData

  • 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
      String getUrl() Gets the Url property.
      void setUrl(String value) Sets the Url property.
      String getDuration() Gets the Duration property.
      void setDuration(String value) Sets the Duration property.
      String getReferrer() Gets the Referrer property.
      void setReferrer(String value) Sets the Referrer property.
      String getReferrerData() Gets the ReferrerData property.
      void setReferrerData(String value) Sets the ReferrerData property.
      String getEnvelopeName() Envelope Name for this telemetry.
      String getBaseType() Base Type for this telemetry.
      void SetupAttributes() 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