public class InternetChargeTypeConfig extends AbstractModel
| 构造器和说明 |
|---|
InternetChargeTypeConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDescription()
Get 网络计费模式描述信息。
|
String |
getInternetChargeType()
Get 网络计费模式。
|
void |
setDescription(String Description)
Set 网络计费模式描述信息。
|
void |
setInternetChargeType(String InternetChargeType)
Set 网络计费模式。
|
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 String getInternetChargeType()
public void setInternetChargeType(String InternetChargeType)
InternetChargeType - 网络计费模式。public String getDescription()
public void setDescription(String Description)
Description - 网络计费模式描述信息。Copyright © 2020. All rights reserved.