public class IPStrategyApi extends AbstractModel
Constructor and Description |
---|
IPStrategyApi() |
IPStrategyApi(IPStrategyApi 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 |
getApiName()
Get 用户自定义的 API 名称。
|
String |
getApiType()
Get API 类型。取值为NORMAL(普通API)和TSF (微服务API)。
|
String |
getMethod()
Get API 的请求方法。如 GET。
|
String |
getOtherEnvironmentName()
Get API 已经绑定的环境。
|
String |
getOtherIPStrategyId()
Get API 已经绑定的其他策略唯一ID。
|
String |
getPath()
Get API 的路径。如 /path。
|
void |
setApiId(String ApiId)
Set API 唯一 ID。
|
void |
setApiName(String ApiName)
Set 用户自定义的 API 名称。
|
void |
setApiType(String ApiType)
Set API 类型。取值为NORMAL(普通API)和TSF (微服务API)。
|
void |
setMethod(String Method)
Set API 的请求方法。如 GET。
|
void |
setOtherEnvironmentName(String OtherEnvironmentName)
Set API 已经绑定的环境。
|
void |
setOtherIPStrategyId(String OtherIPStrategyId)
Set API 已经绑定的其他策略唯一ID。
|
void |
setPath(String Path)
Set API 的路径。如 /path。
|
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 IPStrategyApi()
public IPStrategyApi(IPStrategyApi source)
public String getApiId()
public void setApiId(String ApiId)
ApiId
- API 唯一 ID。public String getApiName()
public void setApiName(String ApiName)
ApiName
- 用户自定义的 API 名称。public String getApiType()
public void setApiType(String ApiType)
ApiType
- API 类型。取值为NORMAL(普通API)和TSF (微服务API)。public String getPath()
public void setPath(String Path)
Path
- API 的路径。如 /path。public String getMethod()
public void setMethod(String Method)
Method
- API 的请求方法。如 GET。public String getOtherIPStrategyId()
public void setOtherIPStrategyId(String OtherIPStrategyId)
OtherIPStrategyId
- API 已经绑定的其他策略唯一ID。public String getOtherEnvironmentName()
public void setOtherEnvironmentName(String OtherEnvironmentName)
OtherEnvironmentName
- API 已经绑定的环境。Copyright © 2022. All rights reserved.