public class ModifyModuleNetworkRequest extends AbstractModel
Constructor and Description |
---|
ModifyModuleNetworkRequest() |
ModifyModuleNetworkRequest(ModifyModuleNetworkRequest 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 |
getDefaultBandwidth()
Get 默认出带宽上限
|
Long |
getDefaultBandwidthIn()
Get 默认入带宽上限
|
String |
getModuleId()
Get 模块Id
|
void |
setDefaultBandwidth(Long DefaultBandwidth)
Set 默认出带宽上限
|
void |
setDefaultBandwidthIn(Long DefaultBandwidthIn)
Set 默认入带宽上限
|
void |
setModuleId(String ModuleId)
Set 模块Id
|
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 ModifyModuleNetworkRequest()
public ModifyModuleNetworkRequest(ModifyModuleNetworkRequest source)
public String getModuleId()
public void setModuleId(String ModuleId)
ModuleId
- 模块Idpublic Long getDefaultBandwidth()
public void setDefaultBandwidth(Long DefaultBandwidth)
DefaultBandwidth
- 默认出带宽上限public Long getDefaultBandwidthIn()
public void setDefaultBandwidthIn(Long DefaultBandwidthIn)
DefaultBandwidthIn
- 默认入带宽上限Copyright © 2021. All rights reserved.