public class PackInfo extends AbstractModel
Constructor and Description |
---|
PackInfo() |
PackInfo(PackInfo 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 |
---|---|
String |
getPackId()
Get 套餐包的ID
|
String |
getPackType()
Get 套餐包的类型,取值[
staticpack:高防IP三网套餐包
insurance:保险套餐包
]
|
void |
setPackId(String PackId)
Set 套餐包的ID
|
void |
setPackType(String PackType)
Set 套餐包的类型,取值[
staticpack:高防IP三网套餐包
insurance:保险套餐包
]
|
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 PackInfo()
public PackInfo(PackInfo source)
public String getPackType()
public void setPackType(String PackType)
PackType
- 套餐包的类型,取值[
staticpack:高防IP三网套餐包
insurance:保险套餐包
]public String getPackId()
public void setPackId(String PackId)
PackId
- 套餐包的IDCopyright © 2022. All rights reserved.