public class InstanceStatistic extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public InstanceStatistic()
public InstanceStatistic(InstanceStatistic source)
public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- 实例的类型public Long getInstanceCount()
public void setInstanceCount(Long InstanceCount)
InstanceCount
- 实例的个数Copyright © 2023. All rights reserved.