Class ModifyModuleNetworkRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.ModifyModuleNetworkRequest
-
public class ModifyModuleNetworkRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getDefaultBandwidth()
Get 默认出带宽上限Long
getDefaultBandwidthIn()
Get 默认入带宽上限String
getModuleId()
Get 模块Idvoid
setDefaultBandwidth(Long DefaultBandwidth)
Set 默认出带宽上限void
setDefaultBandwidthIn(Long DefaultBandwidthIn)
Set 默认入带宽上限void
setModuleId(String ModuleId)
Set 模块Idvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyModuleNetworkRequest
public ModifyModuleNetworkRequest()
-
ModifyModuleNetworkRequest
public 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.
-
-
Method Detail
-
getModuleId
public String getModuleId()
Get 模块Id- Returns:
- ModuleId 模块Id
-
setModuleId
public void setModuleId(String ModuleId)
Set 模块Id- Parameters:
ModuleId
- 模块Id
-
getDefaultBandwidth
public Long getDefaultBandwidth()
Get 默认出带宽上限- Returns:
- DefaultBandwidth 默认出带宽上限
-
setDefaultBandwidth
public void setDefaultBandwidth(Long DefaultBandwidth)
Set 默认出带宽上限- Parameters:
DefaultBandwidth
- 默认出带宽上限
-
getDefaultBandwidthIn
public Long getDefaultBandwidthIn()
Get 默认入带宽上限- Returns:
- DefaultBandwidthIn 默认入带宽上限
-
setDefaultBandwidthIn
public void setDefaultBandwidthIn(Long DefaultBandwidthIn)
Set 默认入带宽上限- Parameters:
DefaultBandwidthIn
- 默认入带宽上限
-
-