Class InstanceStatistic
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.InstanceStatistic
-
public class InstanceStatistic extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InstanceStatistic()
InstanceStatistic(InstanceStatistic 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
getInstanceCount()
Get 实例的个数String
getInstanceType()
Get 实例的类型void
setInstanceCount(Long InstanceCount)
Set 实例的个数void
setInstanceType(String InstanceType)
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
-
InstanceStatistic
public InstanceStatistic()
-
InstanceStatistic
public InstanceStatistic(InstanceStatistic 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
-
getInstanceType
public String getInstanceType()
Get 实例的类型- Returns:
- InstanceType 实例的类型
-
setInstanceType
public void setInstanceType(String InstanceType)
Set 实例的类型- Parameters:
InstanceType
- 实例的类型
-
getInstanceCount
public Long getInstanceCount()
Get 实例的个数- Returns:
- InstanceCount 实例的个数
-
setInstanceCount
public void setInstanceCount(Long InstanceCount)
Set 实例的个数- Parameters:
InstanceCount
- 实例的个数
-
-