public class ApiAppInfo extends AbstractModel
| Constructor and Description | 
|---|
| ApiAppInfo() | 
| ApiAppInfo(ApiAppInfo 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 | getApiAppDesc()Get Application description
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getApiAppId()Get Application ID | 
| String | getApiAppKey()Get Application KEY
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getApiAppName()Get Application name
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getApiAppSecret()Get Application SECRET
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getCreatedTime()Get Creation time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. | 
| String | getModifiedTime()Get Modification time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. | 
| void | setApiAppDesc(String ApiAppDesc)Set Application description
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setApiAppId(String ApiAppId)Set Application ID | 
| void | setApiAppKey(String ApiAppKey)Set Application KEY
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setApiAppName(String ApiAppName)Set Application name
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setApiAppSecret(String ApiAppSecret)Set Application SECRET
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setCreatedTime(String CreatedTime)Set Creation time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. | 
| void | setModifiedTime(String ModifiedTime)Set Modification time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. | 
| 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 ApiAppInfo()
public ApiAppInfo(ApiAppInfo 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 getApiAppSecret()
public void setApiAppSecret(String ApiAppSecret)
ApiAppSecret - Application SECRET
Note: this field may return null, indicating that no valid values can be obtained.public String getApiAppDesc()
public void setApiAppDesc(String ApiAppDesc)
ApiAppDesc - Application description
Note: this field may return null, indicating that no valid values can be obtained.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - Creation 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 getModifiedTime()
public void setModifiedTime(String ModifiedTime)
ModifiedTime - Modification 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 getApiAppKey()
public void setApiAppKey(String ApiAppKey)
ApiAppKey - Application KEY
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.