public class AttachedApiInfo extends AbstractModel
| Constructor and Description | 
|---|
| AttachedApiInfo() | 
| AttachedApiInfo(AttachedApiInfo 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 | getApiDesc()Get API description
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getApiId()Get API ID | 
| String | getApiName()Get API name | 
| String | getAttachedTime()Get Time when the plugin was bound to the API | 
| String | getEnvironment()Get Environment of the API bound with the plugin | 
| String | getServiceDesc()Get Description of the service to which the API belongs
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getServiceId()Get ID of the service to which the API belongs | 
| String | getServiceName()Get Name of the service to which the API belongs | 
| void | setApiDesc(String ApiDesc)Set API description
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setApiId(String ApiId)Set API ID | 
| void | setApiName(String ApiName)Set API name | 
| void | setAttachedTime(String AttachedTime)Set Time when the plugin was bound to the API | 
| void | setEnvironment(String Environment)Set Environment of the API bound with the plugin | 
| void | setServiceDesc(String ServiceDesc)Set Description of the service to which the API belongs
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setServiceId(String ServiceId)Set ID of the service to which the API belongs | 
| void | setServiceName(String ServiceName)Set Name of the service to which the API belongs | 
| 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 AttachedApiInfo()
public AttachedApiInfo(AttachedApiInfo source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - ID of the service to which the API belongspublic String getServiceName()
public void setServiceName(String ServiceName)
ServiceName - Name of the service to which the API belongspublic String getServiceDesc()
public void setServiceDesc(String ServiceDesc)
ServiceDesc - Description of the service to which the API belongs
Note: this field may return null, indicating that no valid values can be obtained.public String getApiId()
public void setApiId(String ApiId)
ApiId - API IDpublic String getApiName()
public void setApiName(String ApiName)
ApiName - API namepublic String getApiDesc()
public void setApiDesc(String ApiDesc)
ApiDesc - API description
Note: this field may return null, indicating that no valid values can be obtained.public String getEnvironment()
public void setEnvironment(String Environment)
Environment - Environment of the API bound with the pluginpublic String getAttachedTime()
public void setAttachedTime(String AttachedTime)
AttachedTime - Time when the plugin was bound to the APICopyright © 2023. All rights reserved.