public class ApiAppApiInfo extends AbstractModel
| Constructor and Description | 
|---|
| ApiAppApiInfo() | 
| ApiAppApiInfo(ApiAppApiInfo 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 | getApiAppId()Get Application ID | 
| String | getApiAppName()Get Application name
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getApiId()Get API ID
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getApiName()Get API name
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getApiRegion()Get API region
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getAuthorizedTime()Get Binding authorization time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. | 
| String | getEnvironmentName()Get Authorized binding environment
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getServiceId()Get Service ID
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setApiAppId(String ApiAppId)Set Application ID | 
| void | setApiAppName(String ApiAppName)Set Application name
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setApiId(String ApiId)Set API ID
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setApiName(String ApiName)Set API name
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setApiRegion(String ApiRegion)Set API region
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setAuthorizedTime(String AuthorizedTime)Set Binding authorization time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. | 
| void | setEnvironmentName(String EnvironmentName)Set Authorized binding environment
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setServiceId(String ServiceId)Set Service ID
Note: this field may return null, indicating that no valid values can be obtained. | 
| 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 ApiAppApiInfo()
public ApiAppApiInfo(ApiAppApiInfo source)
public String getApiAppName()
public void setApiAppName(String ApiAppName)
ApiAppName - Application name
Note: this field may return null, indicating that no valid values can be obtained.public String getApiAppId()
public void setApiAppId(String ApiAppId)
ApiAppId - Application IDpublic String getApiId()
public void setApiId(String ApiId)
ApiId - API ID
Note: this field may return null, indicating that no valid values can be obtained.public String getApiName()
public void setApiName(String ApiName)
ApiName - API name
Note: this field may return null, indicating that no valid values can be obtained.public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - Service ID
Note: this field may return null, indicating that no valid values can be obtained.public String getAuthorizedTime()
public void setAuthorizedTime(String AuthorizedTime)
AuthorizedTime - Binding authorization time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. UTC time is used.
Note: this field may return null, indicating that no valid values can be obtained.public String getApiRegion()
public void setApiRegion(String ApiRegion)
ApiRegion - API region
Note: this field may return null, indicating that no valid values can be obtained.public String getEnvironmentName()
public void setEnvironmentName(String EnvironmentName)
EnvironmentName - Authorized binding environment
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.