public class PackInfo extends AbstractModel
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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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 © 2023. All rights reserved.