Class Resource

    • Constructor Detail

      • Resource

        public Resource()
      • Resource

        public Resource​(Resource 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

      • getId

        public String getId()
        Get 资源 ID。
        Returns:
        Id 资源 ID。
      • setId

        public void setId​(String Id)
        Set 资源 ID。
        Parameters:
        Id - 资源 ID。
      • getPayMode

        public Long getPayMode()
        Get 付费模式,取值有:
      • 0:后付费。
Returns:
PayMode 付费模式,取值有:
  • 0:后付费。
  • Parameters:
    PayMode - 付费模式,取值有:
  • 0:后付费。