public class AvailableApiInfo extends AbstractModel
| Constructor and Description | 
|---|
| AvailableApiInfo() | 
| AvailableApiInfo(AvailableApiInfo 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 name | 
| String | getApiType()Get API type | 
| Boolean | getAttachedOtherPlugin()Get Whether the API is bound with another plugin
Note: this field may return null, indicating that no valid values can be obtained. | 
| Boolean | getIsAttached()Get Whether the API is bound with the current plugin
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getMethod()Get API method | 
| String | getPath()Get API path | 
| void | setApiId(String ApiId)Set API ID | 
| void | setApiName(String ApiName)Set API name | 
| void | setApiType(String ApiType)Set API type | 
| void | setAttachedOtherPlugin(Boolean AttachedOtherPlugin)Set Whether the API is bound with another plugin
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setIsAttached(Boolean IsAttached)Set Whether the API is bound with the current plugin
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setMethod(String Method)Set API method | 
| 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, toJsonStringpublic AvailableApiInfo()
public AvailableApiInfo(AvailableApiInfo source)
public String getApiId()
public void setApiId(String ApiId)
ApiId - API IDpublic String getApiName()
public void setApiName(String ApiName)
ApiName - API namepublic String getApiType()
public void setApiType(String ApiType)
ApiType - API typepublic String getPath()
public void setPath(String Path)
Path - API pathpublic String getMethod()
public void setMethod(String Method)
Method - API methodpublic Boolean getAttachedOtherPlugin()
public void setAttachedOtherPlugin(Boolean AttachedOtherPlugin)
AttachedOtherPlugin - Whether the API is bound with another plugin
Note: this field may return null, indicating that no valid values can be obtained.public Boolean getIsAttached()
public void setIsAttached(Boolean IsAttached)
IsAttached - Whether the API is bound with the current plugin
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.