Class InstallAndroidAppDetails


  • public class InstallAndroidAppDetails
    extends Object
    InstallAndroidAppDetails
    • Constructor Detail

      • InstallAndroidAppDetails

        public InstallAndroidAppDetails()
    • Method Detail

      • getAppId

        public String getAppId()
        The unique identifier of the app to be installed.
        Returns:
        appId
      • setAppId

        public void setAppId​(String appId)
        The unique identifier of the app to be installed.
        Parameters:
        appId -
      • equals

        public boolean equals​(Object o)
        Return true if this InstallAndroidAppDetails object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static InstallAndroidAppDetails fromJson​(String jsonString)
                                                 throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of InstallAndroidAppDetails given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of InstallAndroidAppDetails
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to InstallAndroidAppDetails
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of InstallAndroidAppDetails to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException