Class CorpQuota

    • Constructor Detail

      • CorpQuota

        public CorpQuota()
      • CorpQuota

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

      • getCorpId

        public Long getCorpId()
        Get 企业ID
        Returns:
        CorpId 企业ID
      • setCorpId

        public void setCorpId​(Long CorpId)
        Set 企业ID
        Parameters:
        CorpId - 企业ID
      • getCorpName

        public String getCorpName()
        Get 企业名称
        Returns:
        CorpName 企业名称
      • setCorpName

        public void setCorpName​(String CorpName)
        Set 企业名称
        Parameters:
        CorpName - 企业名称
      • getQuota

        public Quota getQuota()
        Get 额度
        Returns:
        Quota 额度
      • setQuota

        public void setQuota​(Quota Quota)
        Set 额度
        Parameters:
        Quota - 额度
      • getUsageQuota

        public UsageQuota getUsageQuota()
        Get 额度使用量
        Returns:
        UsageQuota 额度使用量
      • setUsageQuota

        public void setUsageQuota​(UsageQuota UsageQuota)
        Set 额度使用量
        Parameters:
        UsageQuota - 额度使用量