Class UserExperienceAnalyticsDeviceStartupProcessPerformance

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataEntityType, com.github.davidmoten.odata.client.ODataType

    public class UserExperienceAnalyticsDeviceStartupProcessPerformance
    extends Entity
    implements com.github.davidmoten.odata.client.ODataEntityType
    “The user experience analytics device startup process performance.”
    • Field Detail

      • deviceCount

        protected Long deviceCount
      • medianImpactInMs

        protected Integer medianImpactInMs
      • medianImpactInMs2

        protected Long medianImpactInMs2
      • processName

        protected String processName
      • productName

        protected String productName
      • publisher

        protected String publisher
      • totalImpactInMs

        protected Integer totalImpactInMs
      • totalImpactInMs2

        protected Long totalImpactInMs2
    • Constructor Detail

      • UserExperienceAnalyticsDeviceStartupProcessPerformance

        protected UserExperienceAnalyticsDeviceStartupProcessPerformance()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        odataTypeName in class Entity
      • builderUserExperienceAnalyticsDeviceStartupProcessPerformance

        public static UserExperienceAnalyticsDeviceStartupProcessPerformance.Builder builderUserExperienceAnalyticsDeviceStartupProcessPerformance()
        Returns a builder which is used to create a new instance of this class (given that this class is immutable).
        Returns:
        a new Builder for this class
      • getChangedFields

        public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
        Specified by:
        getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityType
        Overrides:
        getChangedFields in class Entity
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        postInject in class Entity
      • getDeviceCount

        public Optional<Long> getDeviceCount()
        “User experience analytics device startup process summarized count.”
        Returns:
        property deviceCount
      • withDeviceCount

        public UserExperienceAnalyticsDeviceStartupProcessPerformance withDeviceCount​(Long deviceCount)
        Returns an immutable copy of 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.”

        Parameters:
        deviceCount - new value of deviceCount field (as defined in service metadata)
        Returns:
        immutable copy of this with just the deviceCount field changed
      • getMedianImpactInMs

        public Optional<Integer> getMedianImpactInMs()
        “User experience analytics device startup process median impact in milliseconds.”
        Returns:
        property medianImpactInMs
      • withMedianImpactInMs

        public UserExperienceAnalyticsDeviceStartupProcessPerformance withMedianImpactInMs​(Integer medianImpactInMs)
        Returns an immutable copy of 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.”

        Parameters:
        medianImpactInMs - new value of medianImpactInMs field (as defined in service metadata)
        Returns:
        immutable copy of this with just the medianImpactInMs field changed
      • getMedianImpactInMs2

        public Optional<Long> getMedianImpactInMs2()
        “User experience analytics device startup process median impact in milliseconds.”
        Returns:
        property medianImpactInMs2
      • withMedianImpactInMs2

        public UserExperienceAnalyticsDeviceStartupProcessPerformance withMedianImpactInMs2​(Long medianImpactInMs2)
        Returns an immutable copy of this with just the medianImpactInMs2 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.”

        Parameters:
        medianImpactInMs2 - new value of medianImpactInMs2 field (as defined in service metadata)
        Returns:
        immutable copy of this with just the medianImpactInMs2 field changed
      • getProcessName

        public Optional<String> getProcessName()
        “User experience analytics device startup process name.”
        Returns:
        property processName
      • withProcessName

        public UserExperienceAnalyticsDeviceStartupProcessPerformance withProcessName​(String processName)
        Returns an immutable copy of 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.”

        Parameters:
        processName - new value of processName field (as defined in service metadata)
        Returns:
        immutable copy of this with just the processName field changed
      • getProductName

        public Optional<String> getProductName()
        “The user experience analytics device startup process product name.”
        Returns:
        property productName
      • withProductName

        public UserExperienceAnalyticsDeviceStartupProcessPerformance withProductName​(String productName)
        Returns an immutable copy of 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.”

        Parameters:
        productName - new value of productName field (as defined in service metadata)
        Returns:
        immutable copy of this with just the productName field changed
      • getPublisher

        public Optional<String> getPublisher()
        “The User experience analytics device startup process publisher.”
        Returns:
        property publisher
      • withPublisher

        public UserExperienceAnalyticsDeviceStartupProcessPerformance withPublisher​(String publisher)
        Returns an immutable copy of 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.”

        Parameters:
        publisher - new value of publisher field (as defined in service metadata)
        Returns:
        immutable copy of this with just the publisher field changed
      • getTotalImpactInMs

        public Optional<Integer> getTotalImpactInMs()
        “User experience analytics device startup process total impact in milliseconds.”
        Returns:
        property totalImpactInMs
      • withTotalImpactInMs

        public UserExperienceAnalyticsDeviceStartupProcessPerformance withTotalImpactInMs​(Integer totalImpactInMs)
        Returns an immutable copy of 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.”

        Parameters:
        totalImpactInMs - new value of totalImpactInMs field (as defined in service metadata)
        Returns:
        immutable copy of this with just the totalImpactInMs field changed
      • getTotalImpactInMs2

        public Optional<Long> getTotalImpactInMs2()
        “User experience analytics device startup process total impact in milliseconds.”
        Returns:
        property totalImpactInMs2
      • withTotalImpactInMs2

        public UserExperienceAnalyticsDeviceStartupProcessPerformance withTotalImpactInMs2​(Long totalImpactInMs2)
        Returns an immutable copy of this with just the totalImpactInMs2 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.”

        Parameters:
        totalImpactInMs2 - new value of totalImpactInMs2 field (as defined in service metadata)
        Returns:
        immutable copy of this with just the totalImpactInMs2 field changed
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        getUnmappedFields in class Entity
      • patch

        public UserExperienceAnalyticsDeviceStartupProcessPerformance patch()
        Submits only changed fields for update and returns an immutable copy of this with changed fields reset.
        Overrides:
        patch in class Entity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected
      • put

        public UserExperienceAnalyticsDeviceStartupProcessPerformance put()
        Submits all fields for update and returns an immutable copy of this with changed fields reset (they were ignored anyway).
        Overrides:
        put in class Entity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected