public class SkipCondition extends AbstractModel
| Constructor and Description | 
|---|
| SkipCondition() | 
| SkipCondition(SkipCondition 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[] | getMatchContent()Get | 
| String | getMatchContentType()Get | 
| String[] | getMatchFrom()Get | 
| String | getMatchFromType()Get | 
| String | getSelector()Get | 
| String | getType()Get | 
| void | setMatchContent(String[] MatchContent)Set | 
| void | setMatchContentType(String MatchContentType)Set | 
| void | setMatchFrom(String[] MatchFrom)Set | 
| void | setMatchFromType(String MatchFromType)Set | 
| void | setSelector(String Selector)Set | 
| void | setType(String Type)Set | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic SkipCondition()
public SkipCondition(SkipCondition source)
public String getType()
public void setType(String Type)
Type - public String getSelector()
public void setSelector(String Selector)
Selector - public String getMatchFromType()
public void setMatchFromType(String MatchFromType)
MatchFromType - public String[] getMatchFrom()
public void setMatchFrom(String[] MatchFrom)
MatchFrom - public String getMatchContentType()
public void setMatchContentType(String MatchContentType)
MatchContentType - public String[] getMatchContent()
public void setMatchContent(String[] MatchContent)
MatchContent - Copyright © 2022. All rights reserved.