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