public class EndpointsConf extends AbstractModel
header, skipSign
Constructor and Description |
---|
EndpointsConf() |
EndpointsConf(EndpointsConf 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 |
getFunctionName()
Get 函数名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNamespace()
Get 函数命名空间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPathMatch()
Get 路径,取值规范:/,/*,/xxx,/xxx/a,/xxx/*"
注意:此字段可能返回 null,表示取不到有效值。
|
PathRewriteRule[] |
getPathRewrite()
Get 路径重写策略
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getQualifier()
Get 函数别名或版本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFunctionName(String FunctionName)
Set 函数名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNamespace(String Namespace)
Set 函数命名空间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPathMatch(String PathMatch)
Set 路径,取值规范:/,/*,/xxx,/xxx/a,/xxx/*"
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPathRewrite(PathRewriteRule[] PathRewrite)
Set 路径重写策略
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setQualifier(String Qualifier)
Set 函数别名或版本
注意:此字段可能返回 null,表示取不到有效值。
|
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 EndpointsConf()
public EndpointsConf(EndpointsConf source)
public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 函数命名空间
注意:此字段可能返回 null,表示取不到有效值。public String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName
- 函数名
注意:此字段可能返回 null,表示取不到有效值。public String getQualifier()
public void setQualifier(String Qualifier)
Qualifier
- 函数别名或版本
注意:此字段可能返回 null,表示取不到有效值。public String getPathMatch()
public void setPathMatch(String PathMatch)
PathMatch
- 路径,取值规范:/,/*,/xxx,/xxx/a,/xxx/*"
注意:此字段可能返回 null,表示取不到有效值。public PathRewriteRule[] getPathRewrite()
public void setPathRewrite(PathRewriteRule[] PathRewrite)
PathRewrite
- 路径重写策略
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.