Class ModifyModuleIpDirectRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.ModifyModuleIpDirectRequest
-
public class ModifyModuleIpDirectRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyModuleIpDirectRequest()
ModifyModuleIpDirectRequest(ModifyModuleIpDirectRequest 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 Boolean
getCloseIpDirect()
Get 是否关闭IP直通。取值范围: true:表示关闭IP直通 false:表示开通IP直通String
getModuleId()
Get 模块ID。void
setCloseIpDirect(Boolean CloseIpDirect)
Set 是否关闭IP直通。取值范围: true:表示关闭IP直通 false:表示开通IP直通void
setModuleId(String ModuleId)
Set 模块ID。void
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
-
ModifyModuleIpDirectRequest
public ModifyModuleIpDirectRequest()
-
ModifyModuleIpDirectRequest
public ModifyModuleIpDirectRequest(ModifyModuleIpDirectRequest 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。
-
getCloseIpDirect
public Boolean getCloseIpDirect()
Get 是否关闭IP直通。取值范围: true:表示关闭IP直通 false:表示开通IP直通- Returns:
- CloseIpDirect 是否关闭IP直通。取值范围: true:表示关闭IP直通 false:表示开通IP直通
-
setCloseIpDirect
public void setCloseIpDirect(Boolean CloseIpDirect)
Set 是否关闭IP直通。取值范围: true:表示关闭IP直通 false:表示开通IP直通- Parameters:
CloseIpDirect
- 是否关闭IP直通。取值范围: true:表示关闭IP直通 false:表示开通IP直通
-
-