Class LBChargePrepaid
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.clb.v20180317.models.LBChargePrepaid
-
public class LBChargePrepaid extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LBChargePrepaid
public LBChargePrepaid()
-
LBChargePrepaid
public 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.
-
-
Method Detail
-
getRenewFlag
public String getRenewFlag()
Get 续费类型:AUTO_RENEW 自动续费, MANUAL_RENEW 手动续费 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RenewFlag 续费类型:AUTO_RENEW 自动续费, MANUAL_RENEW 手动续费 注意:此字段可能返回 null,表示取不到有效值。
-
setRenewFlag
public void setRenewFlag(String RenewFlag)
Set 续费类型:AUTO_RENEW 自动续费, MANUAL_RENEW 手动续费 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RenewFlag
- 续费类型:AUTO_RENEW 自动续费, MANUAL_RENEW 手动续费 注意:此字段可能返回 null,表示取不到有效值。
-
getPeriod
public Long getPeriod()
Get 购买时长,单位:月 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Period 购买时长,单位:月 注意:此字段可能返回 null,表示取不到有效值。
-
setPeriod
public void setPeriod(Long Period)
Set 购买时长,单位:月 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Period
- 购买时长,单位:月 注意:此字段可能返回 null,表示取不到有效值。
-
-