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 自定义的抵扣优先级 | 
| String | getPackageId()Get 需要自定义抵扣优先级的资源包 | 
| void | setDeductionPriority(Long DeductionPriority)Set 自定义的抵扣优先级 | 
| void | setPackageId(String PackageId)Set 需要自定义抵扣优先级的资源包 | 
| 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 - 需要自定义抵扣优先级的资源包public Long getDeductionPriority()
public void setDeductionPriority(Long DeductionPriority)
DeductionPriority - 自定义的抵扣优先级Copyright © 2025. All rights reserved.