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 Default outbound bandwidth cap
|
Long |
getDefaultBandwidthIn()
Get Default inbound bandwidth cap
|
String |
getModuleId()
Get Module ID
|
void |
setDefaultBandwidth(Long DefaultBandwidth)
Set Default outbound bandwidth cap
|
void |
setDefaultBandwidthIn(Long DefaultBandwidthIn)
Set Default inbound bandwidth cap
|
void |
setModuleId(String ModuleId)
Set Module 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
- Module IDpublic Long getDefaultBandwidth()
public void setDefaultBandwidth(Long DefaultBandwidth)
DefaultBandwidth
- Default outbound bandwidth cappublic Long getDefaultBandwidthIn()
public void setDefaultBandwidthIn(Long DefaultBandwidthIn)
DefaultBandwidthIn
- Default inbound bandwidth capCopyright © 2023. All rights reserved.