public static class DescribeAuthorizedApisResponseBody.DescribeAuthorizedApisResponseBodyAuthorizedApisAuthorizedApi
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
apiId
The unique identifier of the API, which is generated by the system.
|
String |
apiName
The name of the API operation.
|
String |
authorizationSource
The authorization source.
|
String |
authorizedTime
The authorization time in UTC.
|
String |
authVaildTime
The expiration time of the authorization in UTC.
|
String |
description
The description of the authorization.
|
String |
groupId
The ID of the API group.
|
String |
groupName
The name of the API group.
|
String |
operator
The authorizer.
|
String |
regionId
The region to which the API belongs.
|
String |
stageName
The name of the runtime environment.
|
| 构造器和说明 |
|---|
DescribeAuthorizedApisResponseBody.DescribeAuthorizedApisResponseBodyAuthorizedApisAuthorizedApi() |
@NameInMap(value="ApiId") public String apiId
The unique identifier of the API, which is generated by the system.
@NameInMap(value="ApiName") public String apiName
The name of the API operation.
@NameInMap(value="AuthVaildTime") public String authVaildTime
The expiration time of the authorization in UTC.
@NameInMap(value="AuthorizationSource") public String authorizationSource
The authorization source. Valid values:
* **CONSOLE**
* **API**
@NameInMap(value="AuthorizedTime") public String authorizedTime
The authorization time in UTC.
@NameInMap(value="Description") public String description
The description of the authorization.
@NameInMap(value="GroupId") public String groupId
The ID of the API group. This ID is generated by the system and globally unique.
@NameInMap(value="GroupName") public String groupName
The name of the API group.
@NameInMap(value="Operator") public String operator
The authorizer. Valid values:
* **PROVIDER:** the API owner
* **CONSUMER:** the API caller
@NameInMap(value="RegionId") public String regionId
The region to which the API belongs.
@NameInMap(value="StageName") public String stageName
The name of the runtime environment. Valid values:
* **RELEASE**
* **TEST**
public DescribeAuthorizedApisResponseBody.DescribeAuthorizedApisResponseBodyAuthorizedApisAuthorizedApi()
public static DescribeAuthorizedApisResponseBody.DescribeAuthorizedApisResponseBodyAuthorizedApisAuthorizedApi build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAuthorizedApisResponseBody.DescribeAuthorizedApisResponseBodyAuthorizedApisAuthorizedApi setApiId(String apiId)
public String getApiId()
public DescribeAuthorizedApisResponseBody.DescribeAuthorizedApisResponseBodyAuthorizedApisAuthorizedApi setApiName(String apiName)
public String getApiName()
public DescribeAuthorizedApisResponseBody.DescribeAuthorizedApisResponseBodyAuthorizedApisAuthorizedApi setAuthVaildTime(String authVaildTime)
public String getAuthVaildTime()
public DescribeAuthorizedApisResponseBody.DescribeAuthorizedApisResponseBodyAuthorizedApisAuthorizedApi setAuthorizationSource(String authorizationSource)
public String getAuthorizationSource()
public DescribeAuthorizedApisResponseBody.DescribeAuthorizedApisResponseBodyAuthorizedApisAuthorizedApi setAuthorizedTime(String authorizedTime)
public String getAuthorizedTime()
public DescribeAuthorizedApisResponseBody.DescribeAuthorizedApisResponseBodyAuthorizedApisAuthorizedApi setDescription(String description)
public String getDescription()
public DescribeAuthorizedApisResponseBody.DescribeAuthorizedApisResponseBodyAuthorizedApisAuthorizedApi setGroupId(String groupId)
public String getGroupId()
public DescribeAuthorizedApisResponseBody.DescribeAuthorizedApisResponseBodyAuthorizedApisAuthorizedApi setGroupName(String groupName)
public String getGroupName()
public DescribeAuthorizedApisResponseBody.DescribeAuthorizedApisResponseBodyAuthorizedApisAuthorizedApi setOperator(String operator)
public String getOperator()
public DescribeAuthorizedApisResponseBody.DescribeAuthorizedApisResponseBodyAuthorizedApisAuthorizedApi setRegionId(String regionId)
public String getRegionId()
public DescribeAuthorizedApisResponseBody.DescribeAuthorizedApisResponseBodyAuthorizedApisAuthorizedApi setStageName(String stageName)
public String getStageName()
Copyright © 2023. All rights reserved.