public class ConditionInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ConditionInfo() | 
| ConditionInfo(ConditionInfo 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 | 
|---|---|
| String | getAttributes()Get 条件属性,目前只支持VpcID | 
| String | getConditionValue()Get 对应条件属性的值 | 
| Long | getRule()Get 条件规则,1:等于,2:不等于 | 
| void | setAttributes(String Attributes)Set 条件属性,目前只支持VpcID | 
| void | setConditionValue(String ConditionValue)Set 对应条件属性的值 | 
| void | setRule(Long Rule)Set 条件规则,1:等于,2:不等于 | 
| 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, toJsonStringpublic ConditionInfo()
public ConditionInfo(ConditionInfo source)
public String getAttributes()
public void setAttributes(String Attributes)
Attributes - 条件属性,目前只支持VpcIDpublic Long getRule()
public void setRule(Long Rule)
Rule - 条件规则,1:等于,2:不等于public String getConditionValue()
public void setConditionValue(String ConditionValue)
ConditionValue - 对应条件属性的值Copyright © 2025. All rights reserved.