public class LBChargePrepaid extends AbstractModel
Constructor and Description |
---|
LBChargePrepaid() |
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, toJsonString
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 © 2020. All rights reserved.