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 Account ID of `AppId` Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getEndTime()
Get Deduction end time Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getExtendInfo()
Get Extended information Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceId()
Get Instance ID Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPackageId()
Get The unique ID of a resource pack Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getPackageTotalUsedSpec()
Get Used capacity of a resource pack as of now Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStartTime()
Get Deduction start time Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getSuccessDeductSpec()
Get The successfully deducted capacity Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAppId(Long AppId)
Set Account ID of `AppId` Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setEndTime(String EndTime)
Set Deduction end time Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setExtendInfo(String ExtendInfo)
Set Extended information Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceId(String InstanceId)
Set Instance ID Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPackageId(String PackageId)
Set The unique ID of a resource pack Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPackageTotalUsedSpec(Float PackageTotalUsedSpec)
Set Used capacity of a resource pack as of now Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStartTime(String StartTime)
Set Deduction start time Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSuccessDeductSpec(Float SuccessDeductSpec)
Set The successfully deducted capacity Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PackageDetail()
public PackageDetail(PackageDetail source)
public Long getAppId()
public void setAppId(Long AppId)
AppId - Account ID of `AppId` Note: This field may return null, indicating that no valid values can be obtained.public String getPackageId()
public void setPackageId(String PackageId)
PackageId - The unique ID of a resource pack Note: This field may return null, indicating that no valid values can be obtained.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID Note: This field may return null, indicating that no valid values can be obtained.public Float getSuccessDeductSpec()
public void setSuccessDeductSpec(Float SuccessDeductSpec)
SuccessDeductSpec - The successfully deducted capacity Note: This field may return null, indicating that no valid values can be obtained.public Float getPackageTotalUsedSpec()
public void setPackageTotalUsedSpec(Float PackageTotalUsedSpec)
PackageTotalUsedSpec - Used capacity of a resource pack as of now Note: This field may return null, indicating that no valid values can be obtained.public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Deduction start time Note: This field may return null, indicating that no valid values can be obtained.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - Deduction end time Note: This field may return null, indicating that no valid values can be obtained.public String getExtendInfo()
public void setExtendInfo(String ExtendInfo)
ExtendInfo - Extended information Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.