Class ModifyApplicationProxyRuleStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.ModifyApplicationProxyRuleStatusRequest
-
public class ModifyApplicationProxyRuleStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyApplicationProxyRuleStatusRequest()
ModifyApplicationProxyRuleStatusRequest(ModifyApplicationProxyRuleStatusRequest 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 String
getProxyId()
Get 代理ID。String
getRuleId()
Get 规则ID。String
getStatus()
Get 状态,取值有: offline: 停用; online: 启用。String
getZoneId()
Get 站点ID。void
setProxyId(String ProxyId)
Set 代理ID。void
setRuleId(String RuleId)
Set 规则ID。void
setStatus(String Status)
Set 状态,取值有: offline: 停用; online: 启用。void
setZoneId(String ZoneId)
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
-
ModifyApplicationProxyRuleStatusRequest
public ModifyApplicationProxyRuleStatusRequest()
-
ModifyApplicationProxyRuleStatusRequest
public ModifyApplicationProxyRuleStatusRequest(ModifyApplicationProxyRuleStatusRequest 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
-
getZoneId
public String getZoneId()
Get 站点ID。- Returns:
- ZoneId 站点ID。
-
setZoneId
public void setZoneId(String ZoneId)
Set 站点ID。- Parameters:
ZoneId
- 站点ID。
-
getProxyId
public String getProxyId()
Get 代理ID。- Returns:
- ProxyId 代理ID。
-
setProxyId
public void setProxyId(String ProxyId)
Set 代理ID。- Parameters:
ProxyId
- 代理ID。
-
getRuleId
public String getRuleId()
Get 规则ID。- Returns:
- RuleId 规则ID。
-
setRuleId
public void setRuleId(String RuleId)
Set 规则ID。- Parameters:
RuleId
- 规则ID。
-
getStatus
public String getStatus()
Get 状态,取值有:- offline: 停用;
- online: 启用。
- Returns:
- Status 状态,取值有:
- offline: 停用;
- online: 启用。
-
setStatus
public void setStatus(String Status)
Set 状态,取值有:- offline: 停用;
- online: 启用。
- Parameters:
Status
- 状态,取值有:- offline: 停用;
- online: 启用。
-
-