public class GatewayGroupApiVo extends AbstractModel
Constructor and Description |
---|
GatewayGroupApiVo() |
GatewayGroupApiVo(GatewayGroupApiVo 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 |
getApiId()
Get API ID
|
String |
getMethod()
Get API 请求方法
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMicroserviceName()
Get API 微服务名称
|
String |
getNamespaceName()
Get 命名空间名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPath()
Get API 请求路径
|
void |
setApiId(String ApiId)
Set API ID
|
void |
setMethod(String Method)
Set API 请求方法
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMicroserviceName(String MicroserviceName)
Set API 微服务名称
|
void |
setNamespaceName(String NamespaceName)
Set 命名空间名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPath(String Path)
Set API 请求路径
|
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, toJsonString
public GatewayGroupApiVo()
public GatewayGroupApiVo(GatewayGroupApiVo source)
public String getApiId()
public void setApiId(String ApiId)
ApiId
- API IDpublic String getPath()
public void setPath(String Path)
Path
- API 请求路径public String getMicroserviceName()
public void setMicroserviceName(String MicroserviceName)
MicroserviceName
- API 微服务名称public String getMethod()
public void setMethod(String Method)
Method
- API 请求方法
注意:此字段可能返回 null,表示取不到有效值。public String getNamespaceName()
public void setNamespaceName(String NamespaceName)
NamespaceName
- 命名空间名称
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.