Package 

Class MetricData

  • All Implemented Interfaces:
    com.microsoft.telemetry.IJsonSerializable , java.io.Serializable

    
    public class MetricData
    extends TelemetryData
                        

    Data contract class MetricData.

    • Constructor Summary

      Constructors 
      Constructor Description
      MetricData() Initializes a new instance of the MetricData class.
    • Method Summary

      Modifier and Type Method Description
      int getVer() Gets the Ver property.
      void setVer(int value) Sets the Ver property.
      List<DataPoint> getMetrics() Gets the Metrics property.
      void setMetrics(List<DataPoint> value) Sets the Metrics property.
      Map<String, String> getProperties() Gets the Properties property.
      void setProperties(Map<String, String> value) Sets the Properties 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.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