public class URLPath extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
URLPath()  | 
URLPath(URLPath 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 | 
getAction()
Get Action to be executed. 
 | 
String | 
getRegex()
Get Regular expression matching expression, length range is 1-1024. 
note: when action is regex, this field is required; when action is follow or custom, this field is not required and will not take effect if filled.  | 
String | 
getValue()
Get Redirect target url, length range is 1-1024. 
note: when action is regex or custom, this field is required; when action is follow, this field is not required and will not take effect if filled.  | 
void | 
setAction(String Action)
Set Action to be executed. 
 | 
void | 
setRegex(String Regex)
Set Regular expression matching expression, length range is 1-1024. 
note: when action is regex, this field is required; when action is follow or custom, this field is not required and will not take effect if filled.  | 
void | 
setValue(String Value)
Set Redirect target url, length range is 1-1024. 
note: when action is regex or custom, this field is required; when action is follow, this field is not required and will not take effect if filled.  | 
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 URLPath()
public URLPath(URLPath source)
public String getAction()
public void setAction(String Action)
Action - Action to be executed. values:.
public String getRegex()
public void setRegex(String Regex)
Regex - Regular expression matching expression, length range is 1-1024.public String getValue()
public void setValue(String Value)
Value - Redirect target url, length range is 1-1024.Copyright © 2025. All rights reserved.