public class PackInfo extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.