public class InstanceChargePrepaid extends AbstractModel
Constructor and Description |
---|
InstanceChargePrepaid() |
InstanceChargePrepaid(InstanceChargePrepaid 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 包年包月时间,默认为1,单位:月。
取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10,11, 12, 24, 36, 48, 60。
|
Boolean |
getRenewFlag()
Get 是否自动续费,默认为否。
|
void |
setPeriod(Long Period)
Set 包年包月时间,默认为1,单位:月。
取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10,11, 12, 24, 36, 48, 60。
|
void |
setRenewFlag(Boolean RenewFlag)
Set 是否自动续费,默认为否。
|
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 InstanceChargePrepaid()
public InstanceChargePrepaid(InstanceChargePrepaid source)
public Long getPeriod()
public void setPeriod(Long Period)
Period
- 包年包月时间,默认为1,单位:月。
取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10,11, 12, 24, 36, 48, 60。public Boolean getRenewFlag()
public void setRenewFlag(Boolean RenewFlag)
RenewFlag
- 是否自动续费,默认为否。Copyright © 2022. All rights reserved.