Package odata.msgraph.client.entity
Class UserExperienceAnalyticsAppHealthDeviceModelPerformance.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.UserExperienceAnalyticsAppHealthDeviceModelPerformance.Builder
-
- Enclosing class:
- UserExperienceAnalyticsAppHealthDeviceModelPerformance
public static final class UserExperienceAnalyticsAppHealthDeviceModelPerformance.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public UserExperienceAnalyticsAppHealthDeviceModelPerformance.Builder id(String id)
-
activeDeviceCount
public UserExperienceAnalyticsAppHealthDeviceModelPerformance.Builder activeDeviceCount(Integer activeDeviceCount)
“The number of active devices for the model. Valid values 0 to 2147483647. 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)
-
deviceManufacturer
public UserExperienceAnalyticsAppHealthDeviceModelPerformance.Builder deviceManufacturer(String deviceManufacturer)
“The manufacturer name of the device. Supports: $select, $OrderBy. Read-only.”- Parameters:
deviceManufacturer- value ofdeviceManufacturerproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceModel
public UserExperienceAnalyticsAppHealthDeviceModelPerformance.Builder deviceModel(String deviceModel)
“The model name of the device. Supports: $select, $OrderBy. Read-only.”- Parameters:
deviceModel- value ofdeviceModelproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
healthStatus
public UserExperienceAnalyticsAppHealthDeviceModelPerformance.Builder healthStatus(UserExperienceAnalyticsHealthState healthStatus)
“The health state of the user experience analytics model. Possible values are: unknown, insufficientData, needsAttention, meetingGoals. Unknown by default. Supports: $filter, $select, $OrderBy. Read-only.”- Parameters:
healthStatus- value ofhealthStatusproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
meanTimeToFailureInMinutes
public UserExperienceAnalyticsAppHealthDeviceModelPerformance.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 ofmeanTimeToFailureInMinutesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
modelAppHealthScore
public UserExperienceAnalyticsAppHealthDeviceModelPerformance.Builder modelAppHealthScore(Double modelAppHealthScore)
“The application health score of the device model. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E +308 to 1.79769313486232E+308”- Parameters:
modelAppHealthScore- value ofmodelAppHealthScoreproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public UserExperienceAnalyticsAppHealthDeviceModelPerformance build()
-
-