Class UnauthorizedCoresTendency
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.UnauthorizedCoresTendency
-
public class UnauthorizedCoresTendency extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UnauthorizedCoresTendency()
UnauthorizedCoresTendency(UnauthorizedCoresTendency 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
getCoresCount()
Get 未授权的核数String
getDateTime()
Get 日期void
setCoresCount(Long CoresCount)
Set 未授权的核数void
setDateTime(String DateTime)
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
-
UnauthorizedCoresTendency
public UnauthorizedCoresTendency()
-
UnauthorizedCoresTendency
public UnauthorizedCoresTendency(UnauthorizedCoresTendency 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
-
getDateTime
public String getDateTime()
Get 日期- Returns:
- DateTime 日期
-
setDateTime
public void setDateTime(String DateTime)
Set 日期- Parameters:
DateTime
- 日期
-
getCoresCount
public Long getCoresCount()
Get 未授权的核数- Returns:
- CoresCount 未授权的核数
-
setCoresCount
public void setCoresCount(Long CoresCount)
Set 未授权的核数- Parameters:
CoresCount
- 未授权的核数
-
-