Class SoftQuotaDayInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.SoftQuotaDayInfo
-
public class SoftQuotaDayInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SoftQuotaDayInfo()
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCoresCnt()
Get 计费核数(已废弃)String
getPayTime()
Get 扣费时间void
setCoresCnt(Long CoresCnt)
Set 计费核数(已废弃)void
setPayTime(String PayTime)
Set 扣费时间void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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
- 计费核数(已废弃)
-
-