public class RegistryChargePrepaid extends AbstractModel
Constructor and Description |
---|
RegistryChargePrepaid() |
RegistryChargePrepaid(RegistryChargePrepaid 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 |
getPeriod()
Get 购买实例的时长,单位:月
|
Long |
getRenewFlag()
Get 自动续费标识,0:手动续费,1:自动续费,2:不续费并且不通知
|
void |
setPeriod(Long Period)
Set 购买实例的时长,单位:月
|
void |
setRenewFlag(Long RenewFlag)
Set 自动续费标识,0:手动续费,1:自动续费,2:不续费并且不通知
|
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 RegistryChargePrepaid()
public RegistryChargePrepaid(RegistryChargePrepaid source)
public Long getPeriod()
public void setPeriod(Long Period)
Period
- 购买实例的时长,单位:月public Long getRenewFlag()
public void setRenewFlag(Long RenewFlag)
RenewFlag
- 自动续费标识,0:手动续费,1:自动续费,2:不续费并且不通知Copyright © 2021. All rights reserved.