Package odata.msgraph.client.beta.entity
Class UserExperienceAnalyticsAppHealthDevicePerformance.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.UserExperienceAnalyticsAppHealthDevicePerformance.Builder
-
- Enclosing class:
- UserExperienceAnalyticsAppHealthDevicePerformance
public static final class UserExperienceAnalyticsAppHealthDevicePerformance.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder id(String id)
-
appCrashCount
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder appCrashCount(Integer appCrashCount)
“The number of app crashes for the device. Valid values -2147483648 to 2147483647”- Parameters:
appCrashCount- value ofappCrashCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appHangCount
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder appHangCount(Integer appHangCount)
“The number of app hangs for the device. Valid values -2147483648 to 2147483647”- Parameters:
appHangCount- value ofappHangCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
crashedAppCount
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder crashedAppCount(Integer crashedAppCount)
“The number of distinct app crashes for the device. Valid values -2147483648 to 2147483647”- Parameters:
crashedAppCount- value ofcrashedAppCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceAppHealthScore
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder deviceAppHealthScore(Double deviceAppHealthScore)
“The app health score of the device. Valid values -1.79769313486232E+308 to 1. 79769313486232E+308”- Parameters:
deviceAppHealthScore- value ofdeviceAppHealthScoreproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceAppHealthStatus
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder deviceAppHealthStatus(String deviceAppHealthStatus)
“The overall app health status of the device.”- Parameters:
deviceAppHealthStatus- value ofdeviceAppHealthStatusproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceDisplayName
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder deviceDisplayName(String deviceDisplayName)
“The name of the device.”- Parameters:
deviceDisplayName- value ofdeviceDisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceId
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder deviceId(String deviceId)
“The id of the device.”- Parameters:
deviceId- value ofdeviceIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceManufacturer
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder deviceManufacturer(String deviceManufacturer)
“The manufacturer name of the device.”- Parameters:
deviceManufacturer- value ofdeviceManufacturerproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceModel
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder deviceModel(String deviceModel)
“The model name of the device.”- Parameters:
deviceModel- value ofdeviceModelproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
meanTimeToFailureInMinutes
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder meanTimeToFailureInMinutes(Integer meanTimeToFailureInMinutes)
“The mean time to failure for the device in minutes. Valid values -2147483648 to 2147483647”- Parameters:
meanTimeToFailureInMinutes- value ofmeanTimeToFailureInMinutesproperty (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.”- Parameters:
processedDateTime- value ofprocessedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public UserExperienceAnalyticsAppHealthDevicePerformance build()
-
-