Class SoftQuotaDayInfo

    • Constructor Detail

      • SoftQuotaDayInfo

        public SoftQuotaDayInfo()
      • SoftQuotaDayInfo

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

      • getPayTime

        public String getPayTime()
        Get 扣费时间
        Returns:
        PayTime 扣费时间
      • setPayTime

        public void setPayTime​(String PayTime)
        Set 扣费时间
        Parameters:
        PayTime - 扣费时间
      • getCoresCnt

        public Long getCoresCnt()
        Get 计费核数(已废弃)
        Returns:
        CoresCnt 计费核数(已废弃)
      • setCoresCnt

        public void setCoresCnt​(Long CoresCnt)
        Set 计费核数(已废弃)
        Parameters:
        CoresCnt - 计费核数(已废弃)