public class SpecUnit extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SpecUnit() | 
| SpecUnit(SpecUnit 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 | getSpecCount()Get 计费项数量,建议不超过100万 | 
| String | getSpecName()Get 计费项名称 | 
| void | setSpecCount(Long SpecCount)Set 计费项数量,建议不超过100万 | 
| void | setSpecName(String SpecName)Set 计费项名称 | 
| 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 SpecUnit()
public SpecUnit(SpecUnit source)
public String getSpecName()
public void setSpecName(String SpecName)
SpecName - 计费项名称public Long getSpecCount()
public void setSpecCount(Long SpecCount)
SpecCount - 计费项数量,建议不超过100万Copyright © 2025. All rights reserved.