Class UserExperienceAnalyticsModelScores.Builder

    • Method Detail

      • appReliabilityScore

        public UserExperienceAnalyticsModelScores.Builder appReliabilityScore​(Double appReliabilityScore)
        “Indicates a score calculated from application health data to indicate when a device is having problems running one or more applications. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308”
        Parameters:
        appReliabilityScore - value of appReliabilityScore property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • batteryHealthScore

        public UserExperienceAnalyticsModelScores.Builder batteryHealthScore​(Double batteryHealthScore)
        “Indicates a calulated score indicating the health of the device's battery. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1. 79769313486232E+308 to 1.79769313486232E+308”
        Parameters:
        batteryHealthScore - value of batteryHealthScore property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • endpointAnalyticsScore

        public UserExperienceAnalyticsModelScores.Builder endpointAnalyticsScore​(Double endpointAnalyticsScore)
        “Indicates a weighted average of the various scores. Valid values range from 0- 100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1. 79769313486232E+308”
        Parameters:
        endpointAnalyticsScore - value of endpointAnalyticsScore property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • healthStatus

        public UserExperienceAnalyticsModelScores.Builder healthStatus​(UserExperienceAnalyticsHealthState healthStatus)
        “The health status of the device. Possible values are: unknown, insufficientData, needsAttention, meetingGoals. Unknown by default. Supports: $filter, $select, $ OrderBy. Read-only.”
        Parameters:
        healthStatus - value of healthStatus property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • manufacturer

        public UserExperienceAnalyticsModelScores.Builder manufacturer​(String manufacturer)
        “The manufacturer name of the device. Examples: Microsoft Corporation, HP, Lenovo . Supports: $select, $OrderBy. Read-only.”
        Parameters:
        manufacturer - value of manufacturer property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • model

        public UserExperienceAnalyticsModelScores.Builder model​(String model)
        “The model name of the device. Supports: $select, $OrderBy. Read-only.”
        Parameters:
        model - value of model property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • modelDeviceCount

        public UserExperienceAnalyticsModelScores.Builder modelDeviceCount​(Long modelDeviceCount)
        “Indicates unique devices count of given model in a consolidated report. Supports : $select, $OrderBy. Read-only. Valid values -9.22337203685478E+18 to 9. 22337203685478E+18”
        Parameters:
        modelDeviceCount - value of modelDeviceCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • startupPerformanceScore

        public UserExperienceAnalyticsModelScores.Builder startupPerformanceScore​(Double startupPerformanceScore)
        “Indicates a weighted average of boot score and logon score used for measuring startup performance. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308”
        Parameters:
        startupPerformanceScore - value of startupPerformanceScore property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • workFromAnywhereScore

        public UserExperienceAnalyticsModelScores.Builder workFromAnywhereScore​(Double workFromAnywhereScore)
        “Indicates a weighted score of the work from anywhere on a device level. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1. 79769313486232E+308 to 1.79769313486232E+308”
        Parameters:
        workFromAnywhereScore - value of workFromAnywhereScore property (as defined in service metadata)
        Returns:
        this (for method chaining)