public class RegistryChargePrepaid extends AbstractModel
skipSign
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 Instance purchase duration in months
|
Long |
getRenewFlag()
Get Auto-renewal flag.
|
void |
setPeriod(Long Period)
Set Instance purchase duration in months
|
void |
setRenewFlag(Long RenewFlag)
Set Auto-renewal flag.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RegistryChargePrepaid()
public RegistryChargePrepaid(RegistryChargePrepaid source)
public Long getPeriod()
public void setPeriod(Long Period)
Period
- Instance purchase duration in monthspublic Long getRenewFlag()
public void setRenewFlag(Long RenewFlag)
RenewFlag
- Auto-renewal flag. Valid values: 0: Manual renewal; 1: Auto-renewal; 2: No renewal and no notification.Copyright © 2023. All rights reserved.