public class UserExperienceAnalyticsDeviceStartupProcessPerformance extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
UserExperienceAnalyticsDeviceStartupProcessPerformance.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
deviceCount |
protected Integer |
medianImpactInMs |
protected String |
processName |
protected String |
productName |
protected String |
publisher |
protected Integer |
totalImpactInMs |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
UserExperienceAnalyticsDeviceStartupProcessPerformance() |
| Modifier and Type | Method and Description |
|---|---|
static UserExperienceAnalyticsDeviceStartupProcessPerformance.Builder |
builderUserExperienceAnalyticsDeviceStartupProcessPerformance()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Long> |
getDeviceCount()
“User experience analytics device startup process summarized count.”
|
Optional<Integer> |
getMedianImpactInMs()
“User experience analytics device startup process median impact in milliseconds.”
|
Optional<String> |
getProcessName()
“User experience analytics device startup process name.”
|
Optional<String> |
getProductName()
“The user experience analytics device startup process product name.”
|
Optional<String> |
getPublisher()
“The User experience analytics device startup process publisher.”
|
Optional<Integer> |
getTotalImpactInMs()
“User experience analytics device startup process total impact in milliseconds.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
UserExperienceAnalyticsDeviceStartupProcessPerformance |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
UserExperienceAnalyticsDeviceStartupProcessPerformance |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
UserExperienceAnalyticsDeviceStartupProcessPerformance |
withDeviceCount(Long deviceCount)
Returns an immutable copy of
this with just the deviceCount
field changed. |
UserExperienceAnalyticsDeviceStartupProcessPerformance |
withMedianImpactInMs(Integer medianImpactInMs)
Returns an immutable copy of
this with just the medianImpactInMs
field changed. |
UserExperienceAnalyticsDeviceStartupProcessPerformance |
withProcessName(String processName)
Returns an immutable copy of
this with just the processName
field changed. |
UserExperienceAnalyticsDeviceStartupProcessPerformance |
withProductName(String productName)
Returns an immutable copy of
this with just the productName
field changed. |
UserExperienceAnalyticsDeviceStartupProcessPerformance |
withPublisher(String publisher)
Returns an immutable copy of
this with just the publisher field
changed. |
UserExperienceAnalyticsDeviceStartupProcessPerformance |
withTotalImpactInMs(Integer totalImpactInMs)
Returns an immutable copy of
this with just the totalImpactInMs
field changed. |
protected String processName
protected String productName
protected String publisher
protected Long deviceCount
protected Integer medianImpactInMs
protected Integer totalImpactInMs
protected UserExperienceAnalyticsDeviceStartupProcessPerformance()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static UserExperienceAnalyticsDeviceStartupProcessPerformance.Builder builderUserExperienceAnalyticsDeviceStartupProcessPerformance()
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> getProcessName()
public UserExperienceAnalyticsDeviceStartupProcessPerformance withProcessName(String processName)
this with just the processName
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 device startup process name.”
processName - new value of processName field (as defined in service metadata)this with just the processName field changedpublic Optional<String> getProductName()
public UserExperienceAnalyticsDeviceStartupProcessPerformance withProductName(String productName)
this with just the productName
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 startup process product name.”
productName - new value of productName field (as defined in service metadata)this with just the productName field changedpublic Optional<String> getPublisher()
public UserExperienceAnalyticsDeviceStartupProcessPerformance withPublisher(String publisher)
this with just the publisher 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 startup process publisher.”
publisher - new value of publisher field (as defined in service metadata)this with just the publisher field changedpublic Optional<Long> getDeviceCount()
public UserExperienceAnalyticsDeviceStartupProcessPerformance 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 device startup process summarized count.”
deviceCount - new value of deviceCount field (as defined in service metadata)this with just the deviceCount field changedpublic Optional<Integer> getMedianImpactInMs()
public UserExperienceAnalyticsDeviceStartupProcessPerformance withMedianImpactInMs(Integer medianImpactInMs)
this with just the medianImpactInMs
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 device startup process median impact in milliseconds.”
medianImpactInMs - new value of medianImpactInMs field (as defined in service metadata)this with just the medianImpactInMs field changedpublic Optional<Integer> getTotalImpactInMs()
public UserExperienceAnalyticsDeviceStartupProcessPerformance withTotalImpactInMs(Integer totalImpactInMs)
this with just the totalImpactInMs
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 device startup process total impact in milliseconds.”
totalImpactInMs - new value of totalImpactInMs field (as defined in service metadata)this with just the totalImpactInMs field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic UserExperienceAnalyticsDeviceStartupProcessPerformance patch()
this with changed fields reset.public UserExperienceAnalyticsDeviceStartupProcessPerformance put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.