public class ResourceStatisticsItem extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getResourceCount()Get 资源个数。 | 
| String | getResourceName()Get 资源名称。 | 
| String | getResourceType()Get 资源类型。比如,CVM,ENI等。 | 
| void | setResourceCount(Long ResourceCount)Set 资源个数。 | 
| void | setResourceName(String ResourceName)Set 资源名称。 | 
| void | setResourceType(String ResourceType)Set 资源类型。比如,CVM,ENI等。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ResourceStatisticsItem()
public ResourceStatisticsItem(ResourceStatisticsItem source)
public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - 资源类型。比如,CVM,ENI等。public String getResourceName()
public void setResourceName(String ResourceName)
ResourceName - 资源名称。public Long getResourceCount()
public void setResourceCount(Long ResourceCount)
ResourceCount - 资源个数。Copyright © 2025. All rights reserved.