Class ResourceStatisticsItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.ResourceStatisticsItem
-
public class ResourceStatisticsItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ResourceStatisticsItem()ResourceStatisticsItem(ResourceStatisticsItem 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 LonggetResourceCount()Get 资源个数。StringgetResourceName()Get 资源名称。StringgetResourceType()Get 资源类型。比如,CVM,ENI等。voidsetResourceCount(Long ResourceCount)Set 资源个数。voidsetResourceName(String ResourceName)Set 资源名称。voidsetResourceType(String ResourceType)Set 资源类型。比如,CVM,ENI等。voidtoMap(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
-
ResourceStatisticsItem
public ResourceStatisticsItem()
-
ResourceStatisticsItem
public ResourceStatisticsItem(ResourceStatisticsItem 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
-
getResourceType
public String getResourceType()
Get 资源类型。比如,CVM,ENI等。- Returns:
- ResourceType 资源类型。比如,CVM,ENI等。
-
setResourceType
public void setResourceType(String ResourceType)
Set 资源类型。比如,CVM,ENI等。- Parameters:
ResourceType- 资源类型。比如,CVM,ENI等。
-
getResourceName
public String getResourceName()
Get 资源名称。- Returns:
- ResourceName 资源名称。
-
setResourceName
public void setResourceName(String ResourceName)
Set 资源名称。- Parameters:
ResourceName- 资源名称。
-
getResourceCount
public Long getResourceCount()
Get 资源个数。- Returns:
- ResourceCount 资源个数。
-
setResourceCount
public void setResourceCount(Long ResourceCount)
Set 资源个数。- Parameters:
ResourceCount- 资源个数。
-
-