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 The value that matches the content. | 
| String | getMatchContentType()Get The match method used to match the content. | 
| String[] | getMatchFrom()Get The value that matches the key. | 
| String | getMatchFromType()Get The match method used to match the key. | 
| String | getSelector()Get The specific field. | 
| String | getType()Get The field type. | 
| void | setMatchContent(String[] MatchContent)Set The value that matches the content. | 
| void | setMatchContentType(String MatchContentType)Set The match method used to match the content. | 
| void | setMatchFrom(String[] MatchFrom)Set The value that matches the key. | 
| void | setMatchFromType(String MatchFromType)Set The match method used to match the key. | 
| void | setSelector(String Selector)Set The specific field. | 
| void | setType(String Type)Set The field type. | 
| 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 - The field type. Values:
public String getSelector()
public void setSelector(String Selector)
Selector - The specific field. Values:
public String getMatchFromType()
public void setMatchFromType(String MatchFromType)
MatchFromType - The match method used to match the key. Values:
public String[] getMatchFrom()
public void setMatchFrom(String[] MatchFrom)
MatchFrom - The value that matches the key.
Note: This field may return `null`, indicating that no valid value can be obtained.public String getMatchContentType()
public void setMatchContentType(String MatchContentType)
MatchContentType - The match method used to match the content.
public String[] getMatchContent()
public void setMatchContent(String[] MatchContent)
MatchContent - The value that matches the content.
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2022. All rights reserved.