Class UserExperienceAnalyticsAppHealthDevicePerformance.Builder

    • Method Detail

      • appCrashCount

        public UserExperienceAnalyticsAppHealthDevicePerformance.Builder appCrashCount​(Integer appCrashCount)
        “The number of application crashes for the device. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647”
        Parameters:
        appCrashCount - value of appCrashCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • appHangCount

        public UserExperienceAnalyticsAppHealthDevicePerformance.Builder appHangCount​(Integer appHangCount)
        “The number of application hangs for the device. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647”
        Parameters:
        appHangCount - value of appHangCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • crashedAppCount

        public UserExperienceAnalyticsAppHealthDevicePerformance.Builder crashedAppCount​(Integer crashedAppCount)
        “The number of distinct application crashes for the device. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647”
        Parameters:
        crashedAppCount - value of crashedAppCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • deviceAppHealthScore

        public UserExperienceAnalyticsAppHealthDevicePerformance.Builder deviceAppHealthScore​(Double deviceAppHealthScore)
        “The application health score of the device. Valid values 0 to 100. Supports: $ filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1. 79769313486232E+308”
        Parameters:
        deviceAppHealthScore - value of deviceAppHealthScore property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • deviceDisplayName

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

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

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

        public UserExperienceAnalyticsAppHealthDevicePerformance.Builder healthStatus​(UserExperienceAnalyticsHealthState healthStatus)
        “The health state of the user experience analytics 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)
      • meanTimeToFailureInMinutes

        public UserExperienceAnalyticsAppHealthDevicePerformance.Builder meanTimeToFailureInMinutes​(Integer meanTimeToFailureInMinutes)
        “The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values - 2147483648 to 2147483647”
        Parameters:
        meanTimeToFailureInMinutes - value of meanTimeToFailureInMinutes property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • processedDateTime

        public UserExperienceAnalyticsAppHealthDevicePerformance.Builder processedDateTime​(OffsetDateTime processedDateTime)
        “The date and time when the statistics were last computed. The value cannot be modified and is automatically populated when the statistics are computed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: '2022-01-01T00:00:00Z'. Returned by default. Read-only.”
        Parameters:
        processedDateTime - value of processedDateTime property (as defined in service metadata)
        Returns:
        this (for method chaining)