Package odata.msgraph.client.entity
Class UserExperienceAnalyticsAppHealthApplicationPerformance.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.UserExperienceAnalyticsAppHealthApplicationPerformance.Builder
-
- Enclosing class:
- UserExperienceAnalyticsAppHealthApplicationPerformance
public static final class UserExperienceAnalyticsAppHealthApplicationPerformance.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public UserExperienceAnalyticsAppHealthApplicationPerformance.Builder id(String id)
-
activeDeviceCount
public UserExperienceAnalyticsAppHealthApplicationPerformance.Builder activeDeviceCount(Integer activeDeviceCount)
“The health score of the application. Valid values 0 to 100. Supports: $filter, $ select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647”- Parameters:
activeDeviceCount- value ofactiveDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appCrashCount
public UserExperienceAnalyticsAppHealthApplicationPerformance.Builder appCrashCount(Integer appCrashCount)
“The number of crashes for the application. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647”- Parameters:
appCrashCount- value ofappCrashCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appDisplayName
public UserExperienceAnalyticsAppHealthApplicationPerformance.Builder appDisplayName(String appDisplayName)
“The friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only.”- Parameters:
appDisplayName- value ofappDisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appHangCount
public UserExperienceAnalyticsAppHealthApplicationPerformance.Builder appHangCount(Integer appHangCount)
“The number of hangs for the application. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647”- Parameters:
appHangCount- value ofappHangCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appHealthScore
public UserExperienceAnalyticsAppHealthApplicationPerformance.Builder appHealthScore(Double appHealthScore)
“The health score of the application. Valid values 0 to 100. Supports: $filter, $ select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1. 79769313486232E+308”- Parameters:
appHealthScore- value ofappHealthScoreproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appName
public UserExperienceAnalyticsAppHealthApplicationPerformance.Builder appName(String appName)
“The name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.”- Parameters:
appName- value ofappNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appPublisher
public UserExperienceAnalyticsAppHealthApplicationPerformance.Builder appPublisher(String appPublisher)
“The publisher of the application. Supports: $select, $OrderBy. Read-only.”- Parameters:
appPublisher- value ofappPublisherproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appUsageDuration
public UserExperienceAnalyticsAppHealthApplicationPerformance.Builder appUsageDuration(Integer appUsageDuration)
“The total usage time of the application in minutes. Valid values 0 to 2147483647 . Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647”- Parameters:
appUsageDuration- value ofappUsageDurationproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
meanTimeToFailureInMinutes
public UserExperienceAnalyticsAppHealthApplicationPerformance.Builder meanTimeToFailureInMinutes(Integer meanTimeToFailureInMinutes)
“The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647”- Parameters:
meanTimeToFailureInMinutes- value ofmeanTimeToFailureInMinutesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public UserExperienceAnalyticsAppHealthApplicationPerformance build()
-
-