public static class DescribeAuthorizedAppsResponseBody.DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
appId
The name of the runtime environment.
|
String |
appName
Weather
|
String |
authorizationSource
The name of the app.
|
String |
authorizedTime
The ID, which is generated by the system and globally unique.
|
String |
authVaildTime
The description of the authorization.
|
String |
description
Queries weather based on the region name
|
String |
operator
auditing
|
String |
stageName
The authorizer.
|
| 构造器和说明 |
|---|
DescribeAuthorizedAppsResponseBody.DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp() |
@NameInMap(value="AppId") public Long appId
The name of the runtime environment. Valid values:
* **RELEASE**
* **TEST**
@NameInMap(value="AppName") public String appName
Weather
@NameInMap(value="AuthVaildTime") public String authVaildTime
The description of the authorization.
@NameInMap(value="AuthorizationSource") public String authorizationSource
The name of the app.
@NameInMap(value="AuthorizedTime") public String authorizedTime
The ID, which is generated by the system and globally unique.
@NameInMap(value="Description") public String description
Queries weather based on the region name
@NameInMap(value="Operator") public String operator
auditing
@NameInMap(value="StageName") public String stageName
The authorizer. Valid values:
* **PROVIDER: API owner**
* **CONSUMER: API caller**
public DescribeAuthorizedAppsResponseBody.DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp()
public static DescribeAuthorizedAppsResponseBody.DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAuthorizedAppsResponseBody.DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp setAppId(Long appId)
public Long getAppId()
public DescribeAuthorizedAppsResponseBody.DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp setAppName(String appName)
public String getAppName()
public DescribeAuthorizedAppsResponseBody.DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp setAuthVaildTime(String authVaildTime)
public String getAuthVaildTime()
public DescribeAuthorizedAppsResponseBody.DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp setAuthorizationSource(String authorizationSource)
public String getAuthorizationSource()
public DescribeAuthorizedAppsResponseBody.DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp setAuthorizedTime(String authorizedTime)
public String getAuthorizedTime()
public DescribeAuthorizedAppsResponseBody.DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp setDescription(String description)
public String getDescription()
public DescribeAuthorizedAppsResponseBody.DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp setOperator(String operator)
public String getOperator()
public DescribeAuthorizedAppsResponseBody.DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp setStageName(String stageName)
public String getStageName()
Copyright © 2023. All rights reserved.