Class UserExperienceAnalyticsAppHealthApplicationPerformance

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

    public class UserExperienceAnalyticsAppHealthApplicationPerformance
    extends Entity
    implements com.github.davidmoten.odata.client.ODataEntityType
    “The user experience analytics application performance entity contains application performance details.”
    • Field Detail

      • activeDeviceCount

        protected Integer activeDeviceCount
      • appCrashCount

        protected Integer appCrashCount
      • appDisplayName

        protected String appDisplayName
      • appHangCount

        protected Integer appHangCount
      • appHealthScore

        protected Double appHealthScore
      • appName

        protected String appName
      • appPublisher

        protected String appPublisher
      • appUsageDuration

        protected Integer appUsageDuration
      • meanTimeToFailureInMinutes

        protected Integer meanTimeToFailureInMinutes
    • Constructor Detail

      • UserExperienceAnalyticsAppHealthApplicationPerformance

        protected UserExperienceAnalyticsAppHealthApplicationPerformance()
    • Method Detail

      • odataTypeName

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

        public static UserExperienceAnalyticsAppHealthApplicationPerformance.Builder builderUserExperienceAnalyticsAppHealthApplicationPerformance()
        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
      • getActiveDeviceCount

        public Optional<Integer> getActiveDeviceCount()
        “The health score of the application. Valid values 0 to 100. Supports: $filter, $ select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647”
        Returns:
        property activeDeviceCount
      • withActiveDeviceCount

        public UserExperienceAnalyticsAppHealthApplicationPerformance withActiveDeviceCount​(Integer activeDeviceCount)
        Returns an immutable copy of this with just the activeDeviceCount 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 score of the application. Valid values 0 to 100. Supports: $filter, $ select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647”

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

        public Optional<Integer> getAppCrashCount()
        “The number of crashes for the application. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647”
        Returns:
        property appCrashCount
      • withAppCrashCount

        public UserExperienceAnalyticsAppHealthApplicationPerformance withAppCrashCount​(Integer appCrashCount)
        Returns an immutable copy of this with just the appCrashCount 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 number of crashes for the application. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647”

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

        public Optional<String> getAppDisplayName()
        “The friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only.”
        Returns:
        property appDisplayName
      • withAppDisplayName

        public UserExperienceAnalyticsAppHealthApplicationPerformance withAppDisplayName​(String appDisplayName)
        Returns an immutable copy of this with just the appDisplayName 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 friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only.”

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

        public Optional<Integer> getAppHangCount()
        “The number of hangs for the application. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647”
        Returns:
        property appHangCount
      • withAppHangCount

        public UserExperienceAnalyticsAppHealthApplicationPerformance withAppHangCount​(Integer appHangCount)
        Returns an immutable copy of this with just the appHangCount 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 number of hangs for the application. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647”

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

        public Optional<Double> getAppHealthScore()
        “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”
        Returns:
        property appHealthScore
      • withAppHealthScore

        public UserExperienceAnalyticsAppHealthApplicationPerformance withAppHealthScore​(Double appHealthScore)
        Returns an immutable copy of this with just the appHealthScore 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 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 - new value of appHealthScore field (as defined in service metadata)
        Returns:
        immutable copy of this with just the appHealthScore field changed
      • getAppName

        public Optional<String> getAppName()
        “The name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.”
        Returns:
        property appName
      • withAppName

        public UserExperienceAnalyticsAppHealthApplicationPerformance withAppName​(String appName)
        Returns an immutable copy of this with just the appName 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 name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.”

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

        public Optional<String> getAppPublisher()
        “The publisher of the application. Supports: $select, $OrderBy. Read-only.”
        Returns:
        property appPublisher
      • withAppPublisher

        public UserExperienceAnalyticsAppHealthApplicationPerformance withAppPublisher​(String appPublisher)
        Returns an immutable copy of this with just the appPublisher 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 publisher of the application. Supports: $select, $OrderBy. Read-only.”

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

        public Optional<Integer> getAppUsageDuration()
        “The total usage time of the application in minutes. Valid values 0 to 2147483647 . Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647”
        Returns:
        property appUsageDuration
      • withAppUsageDuration

        public UserExperienceAnalyticsAppHealthApplicationPerformance withAppUsageDuration​(Integer appUsageDuration)
        Returns an immutable copy of this with just the appUsageDuration 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 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 - new value of appUsageDuration field (as defined in service metadata)
        Returns:
        immutable copy of this with just the appUsageDuration field changed
      • getMeanTimeToFailureInMinutes

        public Optional<Integer> getMeanTimeToFailureInMinutes()
        “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”
        Returns:
        property meanTimeToFailureInMinutes
      • withMeanTimeToFailureInMinutes

        public UserExperienceAnalyticsAppHealthApplicationPerformance withMeanTimeToFailureInMinutes​(Integer meanTimeToFailureInMinutes)
        Returns an immutable copy of this with just the meanTimeToFailureInMinutes 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 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 - new value of meanTimeToFailureInMinutes field (as defined in service metadata)
        Returns:
        immutable copy of this with just the meanTimeToFailureInMinutes 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 UserExperienceAnalyticsAppHealthApplicationPerformance 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 UserExperienceAnalyticsAppHealthApplicationPerformance 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