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 Unique API ID. | 
| String | getApiName()Get Custom API name. | 
| String | getApiType()Get API type. | 
| String | getMethod()Get API request method, such as `GET`. | 
| String | getOtherEnvironmentName()Get Environment bound to API. | 
| String | getOtherIPStrategyId()Get Unique ID of another policy bound to API. | 
| String | getPath()Get API path, such as `/path`. | 
| void | setApiId(String ApiId)Set Unique API ID. | 
| void | setApiName(String ApiName)Set Custom API name. | 
| void | setApiType(String ApiType)Set API type. | 
| void | setMethod(String Method)Set API request method, such as `GET`. | 
| void | setOtherEnvironmentName(String OtherEnvironmentName)Set Environment bound to API. | 
| void | setOtherIPStrategyId(String OtherIPStrategyId)Set Unique ID of another policy bound to API. | 
| void | setPath(String Path)Set API path, such as `/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, toJsonStringpublic IPStrategyApi()
public IPStrategyApi(IPStrategyApi source)
public String getApiId()
public void setApiId(String ApiId)
ApiId - Unique API ID.public String getApiName()
public void setApiName(String ApiName)
ApiName - Custom API name.public String getApiType()
public void setApiType(String ApiType)
ApiType - API type. Valid values: NORMAL (general API), TSF (microservice API).public String getPath()
public void setPath(String Path)
Path - API path, such as `/path`.public String getMethod()
public void setMethod(String Method)
Method - API request method, such as `GET`.public String getOtherIPStrategyId()
public void setOtherIPStrategyId(String OtherIPStrategyId)
OtherIPStrategyId - Unique ID of another policy bound to API.public String getOtherEnvironmentName()
public void setOtherEnvironmentName(String OtherEnvironmentName)
OtherEnvironmentName - Environment bound to API.Copyright © 2021. All rights reserved.