All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.androidenterprise.model.InstallFailureEvent.html Maven / Gradle / Ivy

The newest version!






InstallFailureEvent (Google Play EMM API v1-rev20241113-2.0.0)












com.google.api.services.androidenterprise.model

Class InstallFailureEvent

    • Constructor Detail

      • InstallFailureEvent

        public InstallFailureEvent()
    • Method Detail

      • getDeviceId

        public String getDeviceId()
        The Android ID of the device. This field will always be present.
        Returns:
        value or null for none
      • setDeviceId

        public InstallFailureEvent setDeviceId(String deviceId)
        The Android ID of the device. This field will always be present.
        Parameters:
        deviceId - deviceId or null for none
      • getFailureDetails

        public String getFailureDetails()
        Additional details on the failure if applicable.
        Returns:
        value or null for none
      • setFailureDetails

        public InstallFailureEvent setFailureDetails(String failureDetails)
        Additional details on the failure if applicable.
        Parameters:
        failureDetails - failureDetails or null for none
      • getFailureReason

        public String getFailureReason()
        The reason for the installation failure. This field will always be present.
        Returns:
        value or null for none
      • setFailureReason

        public InstallFailureEvent setFailureReason(String failureReason)
        The reason for the installation failure. This field will always be present.
        Parameters:
        failureReason - failureReason or null for none
      • getProductId

        public String getProductId()
        The id of the product (e.g. "app:com.google.android.gm") for which the install failure event occured. This field will always be present.
        Returns:
        value or null for none
      • setProductId

        public InstallFailureEvent setProductId(String productId)
        The id of the product (e.g. "app:com.google.android.gm") for which the install failure event occured. This field will always be present.
        Parameters:
        productId - productId or null for none
      • getUserId

        public String getUserId()
        The ID of the user. This field will always be present.
        Returns:
        value or null for none
      • setUserId

        public InstallFailureEvent setUserId(String userId)
        The ID of the user. This field will always be present.
        Parameters:
        userId - userId or null for none
      • clone

        public InstallFailureEvent clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy