public class PrePaySetting extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
PrePaySetting()  | 
PrePaySetting(PrePaySetting 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 | 
getAutoRenewFlag()
Get Auto-renewal flag. 
 | 
Period | 
getPeriod()
Get Time. 
 | 
void | 
setAutoRenewFlag(Long AutoRenewFlag)
Set Auto-renewal flag. 
 | 
void | 
setPeriod(Period Period)
Set Time. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PrePaySetting()
public PrePaySetting(PrePaySetting source)
public Period getPeriod()
public void setPeriod(Period Period)
Period - Time.
Note: This field may return null, indicating that no valid values can be obtained.public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag - Auto-renewal flag. 0: notify before expiration but do not auto-renew; 1: notify before expiration and auto-renew; and 2: do not notify before expiration and do not auto-renew.Copyright © 2025. All rights reserved.