public class MiniExtendPkg extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MiniExtendPkg() | 
| MiniExtendPkg(MiniExtendPkg 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 | getBeginTime()Get Start time
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getBillingItem()Get Billing item. | 
| Long | getCount()Get Purchase quantity. | 
| String | getEndTime()Get End time
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getRegion()Get Region
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getRenewFlag()Get Renewal flag. | 
| String | getResourceIds()Get Resource ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getStatus()Get Status
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setBeginTime(String BeginTime)Set Start time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setBillingItem(String BillingItem)Set Billing item. | 
| void | setCount(Long Count)Set Purchase quantity. | 
| void | setEndTime(String EndTime)Set End time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setRegion(Long Region)Set Region
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setRenewFlag(Long RenewFlag)Set Renewal flag. | 
| void | setResourceIds(String ResourceIds)Set Resource ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setStatus(Long Status)Set Status
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic MiniExtendPkg()
public MiniExtendPkg(MiniExtendPkg source)
public String getResourceIds()
public void setResourceIds(String ResourceIds)
ResourceIds - Resource ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status - Status
Note: This field may return null, indicating that no valid values can be obtained.public Long getRegion()
public void setRegion(Long Region)
Region - Region
Note: This field may return null, indicating that no valid values can be obtained.public String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime - 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 - End time
Note: This field may return null, indicating that no valid values can be obtained.public Long getCount()
public void setCount(Long Count)
Count - Purchase quantity.
Note: This field may return null, indicating that no valid values can be obtained.public Long getRenewFlag()
public void setRenewFlag(Long RenewFlag)
RenewFlag - Renewal flag.
Note: This field may return null, indicating that no valid values can be obtained.public String getBillingItem()
public void setBillingItem(String BillingItem)
BillingItem - Billing item.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.