Class ModifyResourceRenewFlagRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.ModifyResourceRenewFlagRequest
-
public class ModifyResourceRenewFlagRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBusiness()Get 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版;shield表示棋牌盾;bgp表示独享包;bgp-multip表示共享包;insurance表示保险包;staticpack表示三网套餐包)StringgetId()Get 资源IdLonggetRenewFlag()Get 自动续费标记(0手动续费;1自动续费;2到期不续费)voidsetBusiness(String Business)Set 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版;shield表示棋牌盾;bgp表示独享包;bgp-multip表示共享包;insurance表示保险包;staticpack表示三网套餐包)voidsetId(String Id)Set 资源IdvoidsetRenewFlag(Long RenewFlag)Set 自动续费标记(0手动续费;1自动续费;2到期不续费)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyResourceRenewFlagRequest
public ModifyResourceRenewFlagRequest()
-
ModifyResourceRenewFlagRequest
public 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.
-
-
Method Detail
-
getBusiness
public String getBusiness()
Get 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版;shield表示棋牌盾;bgp表示独享包;bgp-multip表示共享包;insurance表示保险包;staticpack表示三网套餐包)- Returns:
- Business 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版;shield表示棋牌盾;bgp表示独享包;bgp-multip表示共享包;insurance表示保险包;staticpack表示三网套餐包)
-
setBusiness
public void setBusiness(String Business)
Set 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版;shield表示棋牌盾;bgp表示独享包;bgp-multip表示共享包;insurance表示保险包;staticpack表示三网套餐包)- Parameters:
Business- 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版;shield表示棋牌盾;bgp表示独享包;bgp-multip表示共享包;insurance表示保险包;staticpack表示三网套餐包)
-
getId
public String getId()
Get 资源Id- Returns:
- Id 资源Id
-
setId
public void setId(String Id)
Set 资源Id- Parameters:
Id- 资源Id
-
getRenewFlag
public Long getRenewFlag()
Get 自动续费标记(0手动续费;1自动续费;2到期不续费)- Returns:
- RenewFlag 自动续费标记(0手动续费;1自动续费;2到期不续费)
-
setRenewFlag
public void setRenewFlag(Long RenewFlag)
Set 自动续费标记(0手动续费;1自动续费;2到期不续费)- Parameters:
RenewFlag- 自动续费标记(0手动续费;1自动续费;2到期不续费)
-
-