public class LBChargePrepaid extends AbstractModel
skipSign
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 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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LBChargePrepaid()
public LBChargePrepaid(LBChargePrepaid source)
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 © 2023. All rights reserved.