public class QPSPackageNew extends AbstractModel
header, skipSign
Constructor and Description |
---|
QPSPackageNew() |
QPSPackageNew(QPSPackageNew 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 |
getBillingItem()
Get Billing item.
|
Long |
getCount()
Get Number of Package Purchases
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRegion()
Get Package Purchase Region, currently not used in CLB-WAF
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getRenewFlag()
Get Auto-renewal, 1: Enabled, 0: Disabled
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getResourceIds()
Get Resource ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getValidTime()
Get Expiration 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 Number of Package Purchases
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRegion(String Region)
Set Package Purchase Region, currently not used in CLB-WAF
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRenewFlag(Long RenewFlag)
Set Auto-renewal, 1: Enabled, 0: Disabled
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setResourceIds(String ResourceIds)
Set Resource ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setValidTime(String ValidTime)
Set Expiration time
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, toJsonString
public QPSPackageNew()
public QPSPackageNew(QPSPackageNew 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 String getValidTime()
public void setValidTime(String ValidTime)
ValidTime
- Expiration time
Note: This field may return null, indicating that no valid values can be obtained.public Long getRenewFlag()
public void setRenewFlag(Long RenewFlag)
RenewFlag
- Auto-renewal, 1: Enabled, 0: Disabled
Note: This field may return null, indicating that no valid values can be obtained.public Long getCount()
public void setCount(Long Count)
Count
- Number of Package Purchases
Note: This field may return null, indicating that no valid values can be obtained.public String getRegion()
public void setRegion(String Region)
Region
- Package Purchase Region, currently not used in CLB-WAF
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 © 2024. All rights reserved.