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 Package ID
|
String |
getPackType()
Get Package type.
|
void |
setPackId(String PackId)
Set Package ID
|
void |
setPackType(String PackType)
Set Package type.
|
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 - Package type. Valid values:
`staticpack`: non-BGP package
`insurance`: guarantee package
]public String getPackId()
public void setPackId(String PackId)
PackId - Package IDCopyright © 2025. All rights reserved.