public class PackageDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
PackageDetail()  | 
PackageDetail(PackageDetail 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 | 
getAppId()
Get AppId account ID. 
 | 
String | 
getEndTime()
Get Deduction end time. 
 | 
String | 
getExtendInfo()
Get Extension Information 
 | 
String | 
getInstanceId()
Get Instance ID 
 | 
String | 
getPackageId()
Get The unique ID of the resource package. 
 | 
Float | 
getPackageTotalUsedSpec()
Get The used capacity of the resource package up to the present. 
 | 
String | 
getStartTime()
Get Deduction start time. 
 | 
Float | 
getSuccessDeductSpec()
Get Successfully deduct capacity. 
 | 
void | 
setAppId(Long AppId)
Set AppId account ID. 
 | 
void | 
setEndTime(String EndTime)
Set Deduction end time. 
 | 
void | 
setExtendInfo(String ExtendInfo)
Set Extension Information 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID 
 | 
void | 
setPackageId(String PackageId)
Set The unique ID of the resource package. 
 | 
void | 
setPackageTotalUsedSpec(Float PackageTotalUsedSpec)
Set The used capacity of the resource package up to the present. 
 | 
void | 
setStartTime(String StartTime)
Set Deduction start time. 
 | 
void | 
setSuccessDeductSpec(Float SuccessDeductSpec)
Set Successfully deduct capacity. 
 | 
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 PackageDetail()
public PackageDetail(PackageDetail source)
public Long getAppId()
public void setAppId(Long AppId)
AppId - AppId account ID.public String getPackageId()
public void setPackageId(String PackageId)
PackageId - The unique ID of the resource package.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDpublic Float getSuccessDeductSpec()
public void setSuccessDeductSpec(Float SuccessDeductSpec)
SuccessDeductSpec - Successfully deduct capacity.public Float getPackageTotalUsedSpec()
public void setPackageTotalUsedSpec(Float PackageTotalUsedSpec)
PackageTotalUsedSpec - The used capacity of the resource package up to the present.public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Deduction start time.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - Deduction end time.public String getExtendInfo()
public void setExtendInfo(String ExtendInfo)
ExtendInfo - Extension InformationCopyright © 2025. All rights reserved.