Class ApiAppInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.ApiAppInfo
-
public class ApiAppInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApiAppDesc()Get 应用描述 注意:此字段可能返回 null,表示取不到有效值。StringgetApiAppId()Get 应用IDStringgetApiAppKey()Get 应用KEY 注意:此字段可能返回null,表示取不到有效值 注意:此字段可能返回 null,表示取不到有效值。StringgetApiAppName()Get 应用名称 注意:此字段可能返回 null,表示取不到有效值。StringgetApiAppSecret()Get 应用SECRET 注意:此字段可能返回null,表示取不到有效值 注意:此字段可能返回 null,表示取不到有效值。StringgetCreatedTime()Get 创建时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。StringgetModifiedTime()Get 修改时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。voidsetApiAppDesc(String ApiAppDesc)Set 应用描述 注意:此字段可能返回 null,表示取不到有效值。voidsetApiAppId(String ApiAppId)Set 应用IDvoidsetApiAppKey(String ApiAppKey)Set 应用KEY 注意:此字段可能返回null,表示取不到有效值 注意:此字段可能返回 null,表示取不到有效值。voidsetApiAppName(String ApiAppName)Set 应用名称 注意:此字段可能返回 null,表示取不到有效值。voidsetApiAppSecret(String ApiAppSecret)Set 应用SECRET 注意:此字段可能返回null,表示取不到有效值 注意:此字段可能返回 null,表示取不到有效值。voidsetCreatedTime(String CreatedTime)Set 创建时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。voidsetModifiedTime(String ModifiedTime)Set 修改时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ApiAppInfo
public ApiAppInfo()
-
ApiAppInfo
public 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.
-
-
Method Detail
-
getApiAppName
public String getApiAppName()
Get 应用名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ApiAppName 应用名称 注意:此字段可能返回 null,表示取不到有效值。
-
setApiAppName
public void setApiAppName(String ApiAppName)
Set 应用名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ApiAppName- 应用名称 注意:此字段可能返回 null,表示取不到有效值。
-
getApiAppId
public String getApiAppId()
Get 应用ID- Returns:
- ApiAppId 应用ID
-
setApiAppId
public void setApiAppId(String ApiAppId)
Set 应用ID- Parameters:
ApiAppId- 应用ID
-
getApiAppSecret
public String getApiAppSecret()
Get 应用SECRET 注意:此字段可能返回null,表示取不到有效值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ApiAppSecret 应用SECRET 注意:此字段可能返回null,表示取不到有效值 注意:此字段可能返回 null,表示取不到有效值。
-
setApiAppSecret
public void setApiAppSecret(String ApiAppSecret)
Set 应用SECRET 注意:此字段可能返回null,表示取不到有效值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ApiAppSecret- 应用SECRET 注意:此字段可能返回null,表示取不到有效值 注意:此字段可能返回 null,表示取不到有效值。
-
getApiAppDesc
public String getApiAppDesc()
Get 应用描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ApiAppDesc 应用描述 注意:此字段可能返回 null,表示取不到有效值。
-
setApiAppDesc
public void setApiAppDesc(String ApiAppDesc)
Set 应用描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ApiAppDesc- 应用描述 注意:此字段可能返回 null,表示取不到有效值。
-
getCreatedTime
public String getCreatedTime()
Get 创建时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreatedTime 创建时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
-
setCreatedTime
public void setCreatedTime(String CreatedTime)
Set 创建时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreatedTime- 创建时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
-
getModifiedTime
public String getModifiedTime()
Get 修改时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ModifiedTime 修改时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
-
setModifiedTime
public void setModifiedTime(String ModifiedTime)
Set 修改时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ModifiedTime- 修改时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
-
getApiAppKey
public String getApiAppKey()
Get 应用KEY 注意:此字段可能返回null,表示取不到有效值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ApiAppKey 应用KEY 注意:此字段可能返回null,表示取不到有效值 注意:此字段可能返回 null,表示取不到有效值。
-
setApiAppKey
public void setApiAppKey(String ApiAppKey)
Set 应用KEY 注意:此字段可能返回null,表示取不到有效值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ApiAppKey- 应用KEY 注意:此字段可能返回null,表示取不到有效值 注意:此字段可能返回 null,表示取不到有效值。
-
-