public class SoftQuotaDayInfo extends AbstractModel
skipSign
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SoftQuotaDayInfo()
public SoftQuotaDayInfo(SoftQuotaDayInfo source)
public String getPayTime()
public void setPayTime(String PayTime)
PayTime
- 扣费时间public Long getCoresCnt()
public void setCoresCnt(Long CoresCnt)
CoresCnt
- 计费核数Copyright © 2023. All rights reserved.