public class ModifyResourceRenewFlagRequest extends AbstractModel
Constructor and Description |
---|
ModifyResourceRenewFlagRequest() |
ModifyResourceRenewFlagRequest(ModifyResourceRenewFlagRequest 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 |
getBusiness()
Get Anti-DDoS service type.
|
String |
getId()
Get Resource ID
|
Long |
getRenewFlag()
Get Auto-renewal flag (0: manual renewal, 1: auto-renewal, 2: no renewal upon expiration)
|
void |
setBusiness(String Business)
Set Anti-DDoS service type.
|
void |
setId(String Id)
Set Resource ID
|
void |
setRenewFlag(Long RenewFlag)
Set Auto-renewal flag (0: manual renewal, 1: auto-renewal, 2: no renewal upon expiration)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyResourceRenewFlagRequest()
public ModifyResourceRenewFlagRequest(ModifyResourceRenewFlagRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business
- Anti-DDoS service type. `bgpip`: Anti-DDoS Advanced, `net`: Anti-DDoS Ultimate, `shield`: Chess Shield, `bgp`: Anti-DDoS Pro (single IP), `bgp-multip`: Anti-DDoS Pro (multi-IP), `insurance`: guarantee package, `staticpack`: non-BGP packagepublic String getId()
public void setId(String Id)
Id
- Resource IDpublic Long getRenewFlag()
public void setRenewFlag(Long RenewFlag)
RenewFlag
- Auto-renewal flag (0: manual renewal, 1: auto-renewal, 2: no renewal upon expiration)Copyright © 2023. All rights reserved.