public class UpdateGatewayApiRequest extends AbstractModel
Constructor and Description |
---|
UpdateGatewayApiRequest() |
UpdateGatewayApiRequest(UpdateGatewayApiRequest 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 |
getDescription()
Get api描述信息
|
String |
getHost()
Get api所在服务host
|
String |
getMethod()
Get Api 请求方法
|
String |
getPath()
Get API 路径
|
String |
getPathMapping()
Get 请求映射
|
void |
setApiId(String ApiId)
Set API ID
|
void |
setDescription(String Description)
Set api描述信息
|
void |
setHost(String Host)
Set api所在服务host
|
void |
setMethod(String Method)
Set Api 请求方法
|
void |
setPath(String Path)
Set API 路径
|
void |
setPathMapping(String PathMapping)
Set 请求映射
|
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 UpdateGatewayApiRequest()
public UpdateGatewayApiRequest(UpdateGatewayApiRequest source)
public String getApiId()
public void setApiId(String ApiId)
ApiId
- API IDpublic String getPath()
public void setPath(String Path)
Path
- API 路径public String getMethod()
public void setMethod(String Method)
Method
- Api 请求方法public String getPathMapping()
public void setPathMapping(String PathMapping)
PathMapping
- 请求映射public String getHost()
public void setHost(String Host)
Host
- api所在服务hostpublic String getDescription()
public void setDescription(String Description)
Description
- api描述信息Copyright © 2021. All rights reserved.