Class PlatformInfo

    • Constructor Detail

      • PlatformInfo

        public PlatformInfo()
      • PlatformInfo

        public PlatformInfo​(PlatformInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getPlatform

        public String getPlatform()
        Get 平台标识。
        Returns:
        Platform 平台标识。
      • setPlatform

        public void setPlatform​(String Platform)
        Set 平台标识。
        Parameters:
        Platform - 平台标识。
      • getDescription

        public String getDescription()
        Get 平台描述。
        Returns:
        Description 平台描述。
      • setDescription

        public void setDescription​(String Description)
        Set 平台描述。
        Parameters:
        Description - 平台描述。
      • getVodSubAppId

        public Long getVodSubAppId()
        Get 云点播子应用 Id。
        Returns:
        VodSubAppId 云点播子应用 Id。
      • setVodSubAppId

        public void setVodSubAppId​(Long VodSubAppId)
        Set 云点播子应用 Id。
        Parameters:
        VodSubAppId - 云点播子应用 Id。
      • getLicenseId

        public String getLicenseId()
        Get 平台绑定的 license Id。
        Returns:
        LicenseId 平台绑定的 license Id。
      • setLicenseId

        public void setLicenseId​(String LicenseId)
        Set 平台绑定的 license Id。
        Parameters:
        LicenseId - 平台绑定的 license Id。
      • getStatus

        public String getStatus()
        Get 平台状态,可取值为:
      • Normal:正常,可使用。;
      • Stopped:已停用,暂无法使用;
      • Expired:已过期,需要重新购买会员包。
Returns:
Status 平台状态,可取值为:
  • Normal:正常,可使用。;
  • Stopped:已停用,暂无法使用;
  • Expired:已过期,需要重新购买会员包。
  • Parameters:
    Status - 平台状态,可取值为:
  • Normal:正常,可使用。;
  • Stopped:已停用,暂无法使用;
  • Expired:已过期,需要重新购买会员包。