public class PackSpec extends AbstractModel
Constructor and Description |
---|
PackSpec() |
PackSpec(PackSpec 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 |
getAmount()
Get 数量
|
Long |
getLevel()
Get 层级
|
Long |
getRate()
Get 比例
|
void |
setAmount(Long Amount)
Set 数量
|
void |
setLevel(Long Level)
Set 层级
|
void |
setRate(Long Rate)
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 PackSpec()
public PackSpec(PackSpec source)
public Long getLevel()
public void setLevel(Long Level)
Level
- 层级public Long getRate()
public void setRate(Long Rate)
Rate
- 比例public Long getAmount()
public void setAmount(Long Amount)
Amount
- 数量Copyright © 2022. All rights reserved.