Class UserExperienceAnalyticsMetric

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UserExperienceAnalyticsMetric
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UserExperienceAnalyticsMetric extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Experience Analytics Metric.
  • Field Details

    • unit

      @SerializedName(value="unit", alternate="Unit") @Expose @Nullable public String unit
      The Unit. The unit of the user experience analytics metric. Examples: none, percentage, count, seconds, score.
    • value

      @SerializedName(value="value", alternate="Value") @Expose @Nullable public Double value
      The Value. The value of the user experience analytics metric.
  • Constructor Details

    • UserExperienceAnalyticsMetric

      public UserExperienceAnalyticsMetric()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to