public class ApiAppInfo extends AbstractModel
header, skipSign| 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 应用描述
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getApiAppId()Get 应用ID | 
| String | getApiAppKey()Get 应用KEY
注意:此字段可能返回null,表示取不到有效值
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getApiAppName()Get 应用名称
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getApiAppSecret()Get 应用SECRET
注意:此字段可能返回null,表示取不到有效值
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getCreatedTime()Get 创建时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getModifiedTime()Get 修改时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setApiAppDesc(String ApiAppDesc)Set 应用描述
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setApiAppId(String ApiAppId)Set 应用ID | 
| void | setApiAppKey(String ApiAppKey)Set 应用KEY
注意:此字段可能返回null,表示取不到有效值
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setApiAppName(String ApiAppName)Set 应用名称
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setApiAppSecret(String ApiAppSecret)Set 应用SECRET
注意:此字段可能返回null,表示取不到有效值
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCreatedTime(String CreatedTime)Set 创建时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setModifiedTime(String ModifiedTime)Set 修改时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ApiAppInfo()
public ApiAppInfo(ApiAppInfo source)
public String getApiAppName()
public void setApiAppName(String ApiAppName)
ApiAppName - 应用名称
注意:此字段可能返回 null,表示取不到有效值。public String getApiAppId()
public void setApiAppId(String ApiAppId)
ApiAppId - 应用IDpublic String getApiAppSecret()
public void setApiAppSecret(String ApiAppSecret)
ApiAppSecret - 应用SECRET
注意:此字段可能返回null,表示取不到有效值
注意:此字段可能返回 null,表示取不到有效值。public String getApiAppDesc()
public void setApiAppDesc(String ApiAppDesc)
ApiAppDesc - 应用描述
注意:此字段可能返回 null,表示取不到有效值。public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - 创建时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。public String getModifiedTime()
public void setModifiedTime(String ModifiedTime)
ModifiedTime - 修改时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。public String getApiAppKey()
public void setApiAppKey(String ApiAppKey)
ApiAppKey - 应用KEY
注意:此字段可能返回null,表示取不到有效值
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.