public class UpstreamURLRewriteParameters extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpstreamURLRewriteParameters() |
UpstreamURLRewriteParameters(UpstreamURLRewriteParameters 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 回源 URL 重写动作。取值有:
replace:替换路径前缀;
addPrefix:增加路径前缀;
rmvPrefix:移除路径前缀。
|
String |
getType()
Get 回源 URL 重写类型,仅支持填写 Path。
|
String |
getValue()
Get 回源 URL 重写值,最大长度 1024,必须以 / 开头。
注意:当 Action 为 addPrefix 时,不能以 / 结尾;当 Action 为 rmvPrefix 时,不能存在 *。 |
void |
setAction(String Action)
Set 回源 URL 重写动作。取值有:
replace:替换路径前缀;
addPrefix:增加路径前缀;
rmvPrefix:移除路径前缀。
|
void |
setType(String Type)
Set 回源 URL 重写类型,仅支持填写 Path。
|
void |
setValue(String Value)
Set 回源 URL 重写值,最大长度 1024,必须以 / 开头。
注意:当 Action 为 addPrefix 时,不能以 / 结尾;当 Action 为 rmvPrefix 时,不能存在 *。 |
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 UpstreamURLRewriteParameters()
public UpstreamURLRewriteParameters(UpstreamURLRewriteParameters source)
public String getType()
public void setType(String Type)
Type
- 回源 URL 重写类型,仅支持填写 Path。public String getAction()
public void setAction(String Action)
Action
- 回源 URL 重写动作。取值有:
public String getValue()
public void setValue(String Value)
Value
- 回源 URL 重写值,最大长度 1024,必须以 / 开头。Copyright © 2025. All rights reserved.