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 自动续费标记,0:表示通知即将过期,但不自动续费 1:表示通知即将过期,而且自动续费 2:表示不通知即将过期,也不自动续费 | 
| Period | getPeriod()Get 时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAutoRenewFlag(Long AutoRenewFlag)Set 自动续费标记,0:表示通知即将过期,但不自动续费 1:表示通知即将过期,而且自动续费 2:表示不通知即将过期,也不自动续费 | 
| void | setPeriod(Period Period)Set 时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 - 时间
注意:此字段可能返回 null,表示取不到有效值。public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag - 自动续费标记,0:表示通知即将过期,但不自动续费 1:表示通知即将过期,而且自动续费 2:表示不通知即将过期,也不自动续费Copyright © 2025. All rights reserved.