public class UserExperienceAnalyticsDevicePerformance extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
UserExperienceAnalyticsDevicePerformance.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
bootScore |
protected Integer |
coreBootTimeInMs |
protected Integer |
coreLoginTimeInMs |
protected Long |
deviceCount |
protected String |
deviceName |
protected DiskType |
diskType |
protected Integer |
groupPolicyBootTimeInMs |
protected Integer |
groupPolicyLoginTimeInMs |
protected UserExperienceAnalyticsHealthState |
healthStatus |
protected Integer |
loginScore |
protected String |
manufacturer |
protected String |
model |
protected String |
operatingSystemVersion |
protected Integer |
responsiveDesktopTimeInMs |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
UserExperienceAnalyticsDevicePerformance() |
| Modifier and Type | Method and Description |
|---|---|
static UserExperienceAnalyticsDevicePerformance.Builder |
builderUserExperienceAnalyticsDevicePerformance()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Integer> |
getBootScore()
“The user experience analytics device boot score.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Integer> |
getCoreBootTimeInMs()
“The user experience analytics device core boot time in milliseconds.”
|
Optional<Integer> |
getCoreLoginTimeInMs()
“The user experience analytics device core login time in milliseconds.”
|
Optional<Long> |
getDeviceCount()
“User experience analytics summarized device count.”
|
Optional<String> |
getDeviceName()
“The user experience analytics device name.”
|
Optional<DiskType> |
getDiskType()
“The user experience analytics device disk type.”
|
Optional<Integer> |
getGroupPolicyBootTimeInMs()
“The user experience analytics device group policy boot time in milliseconds.”
|
Optional<Integer> |
getGroupPolicyLoginTimeInMs()
“The user experience analytics device group policy login time in milliseconds.”
|
Optional<UserExperienceAnalyticsHealthState> |
getHealthStatus()
“The health state of the user experience analytics device.”
|
Optional<Integer> |
getLoginScore()
“The user experience analytics device login score.”
|
Optional<String> |
getManufacturer()
“The user experience analytics device manufacturer.”
|
Optional<String> |
getModel()
“The user experience analytics device model.”
|
Optional<String> |
getOperatingSystemVersion()
“The user experience analytics device Operating System version.”
|
Optional<Integer> |
getResponsiveDesktopTimeInMs()
“The user experience analytics responsive desktop time in milliseconds.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
UserExperienceAnalyticsDevicePerformance |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
UserExperienceAnalyticsDevicePerformance |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
UserExperienceAnalyticsDevicePerformance |
withBootScore(Integer bootScore)
Returns an immutable copy of
this with just the bootScore field
changed. |
UserExperienceAnalyticsDevicePerformance |
withCoreBootTimeInMs(Integer coreBootTimeInMs)
Returns an immutable copy of
this with just the coreBootTimeInMs
field changed. |
UserExperienceAnalyticsDevicePerformance |
withCoreLoginTimeInMs(Integer coreLoginTimeInMs)
Returns an immutable copy of
this with just the coreLoginTimeInMs
field changed. |
UserExperienceAnalyticsDevicePerformance |
withDeviceCount(Long deviceCount)
Returns an immutable copy of
this with just the deviceCount
field changed. |
UserExperienceAnalyticsDevicePerformance |
withDeviceName(String deviceName)
Returns an immutable copy of
this with just the deviceName field
changed. |
UserExperienceAnalyticsDevicePerformance |
withDiskType(DiskType diskType)
Returns an immutable copy of
this with just the diskType field
changed. |
UserExperienceAnalyticsDevicePerformance |
withGroupPolicyBootTimeInMs(Integer groupPolicyBootTimeInMs)
Returns an immutable copy of
this with just the groupPolicyBootTimeInMs field changed. |
UserExperienceAnalyticsDevicePerformance |
withGroupPolicyLoginTimeInMs(Integer groupPolicyLoginTimeInMs)
Returns an immutable copy of
this with just the groupPolicyLoginTimeInMs field changed. |
UserExperienceAnalyticsDevicePerformance |
withHealthStatus(UserExperienceAnalyticsHealthState healthStatus)
Returns an immutable copy of
this with just the healthStatus
field changed. |
UserExperienceAnalyticsDevicePerformance |
withLoginScore(Integer loginScore)
Returns an immutable copy of
this with just the loginScore field
changed. |
UserExperienceAnalyticsDevicePerformance |
withManufacturer(String manufacturer)
Returns an immutable copy of
this with just the manufacturer
field changed. |
UserExperienceAnalyticsDevicePerformance |
withModel(String model)
Returns an immutable copy of
this with just the model field
changed. |
UserExperienceAnalyticsDevicePerformance |
withOperatingSystemVersion(String operatingSystemVersion)
Returns an immutable copy of
this with just the operatingSystemVersion field changed. |
UserExperienceAnalyticsDevicePerformance |
withResponsiveDesktopTimeInMs(Integer responsiveDesktopTimeInMs)
Returns an immutable copy of
this with just the responsiveDesktopTimeInMs field changed. |
protected String deviceName
protected String model
protected String manufacturer
protected DiskType diskType
protected String operatingSystemVersion
protected Integer bootScore
protected Integer coreBootTimeInMs
protected Integer groupPolicyBootTimeInMs
protected UserExperienceAnalyticsHealthState healthStatus
protected Integer loginScore
protected Integer coreLoginTimeInMs
protected Integer groupPolicyLoginTimeInMs
protected Long deviceCount
protected Integer responsiveDesktopTimeInMs
protected UserExperienceAnalyticsDevicePerformance()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static UserExperienceAnalyticsDevicePerformance.Builder builderUserExperienceAnalyticsDevicePerformance()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<String> getDeviceName()
public UserExperienceAnalyticsDevicePerformance withDeviceName(String deviceName)
this with just the deviceName field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The user experience analytics device name.”
deviceName - new value of deviceName field (as defined in service metadata)this with just the deviceName field changedpublic Optional<String> getModel()
public UserExperienceAnalyticsDevicePerformance withModel(String model)
this with just the model field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The user experience analytics device model.”
model - new value of model field (as defined in service metadata)this with just the model field changedpublic Optional<String> getManufacturer()
public UserExperienceAnalyticsDevicePerformance withManufacturer(String manufacturer)
this with just the manufacturer
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The user experience analytics device manufacturer.”
manufacturer - new value of manufacturer field (as defined in service metadata)this with just the manufacturer field changedpublic Optional<DiskType> getDiskType()
public UserExperienceAnalyticsDevicePerformance withDiskType(DiskType diskType)
this with just the diskType field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The user experience analytics device disk type.”
diskType - new value of diskType field (as defined in service metadata)this with just the diskType field changedpublic Optional<String> getOperatingSystemVersion()
public UserExperienceAnalyticsDevicePerformance withOperatingSystemVersion(String operatingSystemVersion)
this with just the operatingSystemVersion field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“The user experience analytics device Operating System version.”
operatingSystemVersion - new value of operatingSystemVersion field (as defined in service metadata)this with just the operatingSystemVersion field changedpublic Optional<Integer> getBootScore()
public UserExperienceAnalyticsDevicePerformance withBootScore(Integer bootScore)
this with just the bootScore field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The user experience analytics device boot score.”
bootScore - new value of bootScore field (as defined in service metadata)this with just the bootScore field changedpublic Optional<Integer> getCoreBootTimeInMs()
public UserExperienceAnalyticsDevicePerformance withCoreBootTimeInMs(Integer coreBootTimeInMs)
this with just the coreBootTimeInMs
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The user experience analytics device core boot time in milliseconds.”
coreBootTimeInMs - new value of coreBootTimeInMs field (as defined in service metadata)this with just the coreBootTimeInMs field changedpublic Optional<Integer> getGroupPolicyBootTimeInMs()
public UserExperienceAnalyticsDevicePerformance withGroupPolicyBootTimeInMs(Integer groupPolicyBootTimeInMs)
this with just the groupPolicyBootTimeInMs field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“The user experience analytics device group policy boot time in milliseconds.”
groupPolicyBootTimeInMs - new value of groupPolicyBootTimeInMs field (as defined in service metadata)this with just the groupPolicyBootTimeInMs field changedpublic Optional<UserExperienceAnalyticsHealthState> getHealthStatus()
public UserExperienceAnalyticsDevicePerformance withHealthStatus(UserExperienceAnalyticsHealthState healthStatus)
this with just the healthStatus
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The health state of the user experience analytics device.”
healthStatus - new value of healthStatus field (as defined in service metadata)this with just the healthStatus field changedpublic Optional<Integer> getLoginScore()
public UserExperienceAnalyticsDevicePerformance withLoginScore(Integer loginScore)
this with just the loginScore field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The user experience analytics device login score.”
loginScore - new value of loginScore field (as defined in service metadata)this with just the loginScore field changedpublic Optional<Integer> getCoreLoginTimeInMs()
public UserExperienceAnalyticsDevicePerformance withCoreLoginTimeInMs(Integer coreLoginTimeInMs)
this with just the coreLoginTimeInMs
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The user experience analytics device core login time in milliseconds.”
coreLoginTimeInMs - new value of coreLoginTimeInMs field (as defined in service metadata)this with just the coreLoginTimeInMs field changedpublic Optional<Integer> getGroupPolicyLoginTimeInMs()
public UserExperienceAnalyticsDevicePerformance withGroupPolicyLoginTimeInMs(Integer groupPolicyLoginTimeInMs)
this with just the groupPolicyLoginTimeInMs field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“The user experience analytics device group policy login time in milliseconds.”
groupPolicyLoginTimeInMs - new value of groupPolicyLoginTimeInMs field (as defined in service metadata)this with just the groupPolicyLoginTimeInMs field changedpublic Optional<Long> getDeviceCount()
public UserExperienceAnalyticsDevicePerformance withDeviceCount(Long deviceCount)
this with just the deviceCount
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“User experience analytics summarized device count.”
deviceCount - new value of deviceCount field (as defined in service metadata)this with just the deviceCount field changedpublic Optional<Integer> getResponsiveDesktopTimeInMs()
public UserExperienceAnalyticsDevicePerformance withResponsiveDesktopTimeInMs(Integer responsiveDesktopTimeInMs)
this with just the responsiveDesktopTimeInMs field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“The user experience analytics responsive desktop time in milliseconds.”
responsiveDesktopTimeInMs - new value of responsiveDesktopTimeInMs field (as defined in service metadata)this with just the responsiveDesktopTimeInMs field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic UserExperienceAnalyticsDevicePerformance patch()
this with changed fields reset.public UserExperienceAnalyticsDevicePerformance put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.