public class LBChargePrepaid extends AbstractModel
| Constructor and Description |
|---|
LBChargePrepaid() |
LBChargePrepaid(LBChargePrepaid 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 购买时长,单位:月
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRenewFlag()
Get 续费类型:AUTO_RENEW 自动续费, MANUAL_RENEW 手动续费
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPeriod(Long Period)
Set 购买时长,单位:月
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRenewFlag(String RenewFlag)
Set 续费类型:AUTO_RENEW 自动续费, MANUAL_RENEW 手动续费
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonStringpublic LBChargePrepaid()
public LBChargePrepaid(LBChargePrepaid source)
public String getRenewFlag()
public void setRenewFlag(String RenewFlag)
RenewFlag - 续费类型:AUTO_RENEW 自动续费, MANUAL_RENEW 手动续费
注意:此字段可能返回 null,表示取不到有效值。public Long getPeriod()
public void setPeriod(Long Period)
Period - 购买时长,单位:月
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.