public class PackagePriority extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
PackagePriority()  | 
PackagePriority(PackagePriority 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 | 
getDeductionPriority()
Get Custom deduction priority. 
 | 
String | 
getPackageId()
Get The resource pack whose deduction priority needs to be customized. 
 | 
void | 
setDeductionPriority(Long DeductionPriority)
Set Custom deduction priority. 
 | 
void | 
setPackageId(String PackageId)
Set The resource pack whose deduction priority needs to be customized. 
 | 
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 PackagePriority()
public PackagePriority(PackagePriority source)
public String getPackageId()
public void setPackageId(String PackageId)
PackageId - The resource pack whose deduction priority needs to be customized.public Long getDeductionPriority()
public void setDeductionPriority(Long DeductionPriority)
DeductionPriority - Custom deduction priority.Copyright © 2025. All rights reserved.