Class GetAppsApp


  • public final class GetAppsApp
    extends java.lang.Object
    • Method Detail

      • appKey

        public java.lang.String appKey()
        Returns:
        Application AppKey, which uniquely identifies an application when requested by the interface
      • appName

        public java.lang.String appName()
        Returns:
        The Name of the App.
      • bundleId

        public java.lang.String bundleId()
        Returns:
        iOS application ID. Required when creating an iOS app. **NOTE:** Either `bundle_id` or `package_name` must be set.
      • createTime

        public java.lang.String createTime()
        Returns:
        The CreateTime of the App.
      • encodedIcon

        public java.lang.String encodedIcon()
        Returns:
        Base64 string of picture.
      • id

        public java.lang.String id()
        Returns:
        The ID of the App.
      • industryId

        public java.lang.String industryId()
        Returns:
        The Industry ID of the app. For information about Industry and how to use it, MHUB[Industry](https://help.aliyun.com/document_detail/201638.html).
      • packageName

        public java.lang.String packageName()
        Returns:
        Android App package name. **NOTE:** Either `bundle_id` or `package_name` must be set.
      • productId

        public java.lang.String productId()
        Returns:
        The ID of the Product.
      • type

        public java.lang.String type()
        Returns:
        The type of the App. Valid values: `Android` and `iOS`.