public class UpdateL3SwitchRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateL3SwitchRequest() |
UpdateL3SwitchRequest(UpdateL3SwitchRequest 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 |
---|---|
Boolean |
getEnable()
Get 互通规则开关
|
String |
getL3ConnId()
Get 互通规则ID
|
void |
setEnable(Boolean Enable)
Set 互通规则开关
|
void |
setL3ConnId(String L3ConnId)
Set 互通规则ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpdateL3SwitchRequest()
public UpdateL3SwitchRequest(UpdateL3SwitchRequest source)
public String getL3ConnId()
public void setL3ConnId(String L3ConnId)
L3ConnId
- 互通规则IDpublic Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- 互通规则开关Copyright © 2024. All rights reserved.