public class LBChargePrepaid extends AbstractModel
Constructor and Description |
---|
LBChargePrepaid() |
Modifier and Type | Method and Description |
---|---|
Long |
getPeriod()
Get Cycle, indicating the number of months (reserved field)
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRenewFlag()
Get Renewal type.
|
void |
setPeriod(Long Period)
Set Cycle, indicating the number of months (reserved field)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRenewFlag(String RenewFlag)
Set Renewal type.
|
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
- Renewal type. AUTO_RENEW: automatic renewal; MANUAL_RENEW: manual renewal
Note: This field may return null, indicating that no valid values can be obtained.public Long getPeriod()
public void setPeriod(Long Period)
Period
- Cycle, indicating the number of months (reserved field)
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.