public static class GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
applyType
The type of objects on which you apply for permissions.
|
Long |
permType
The type of the permissions that you apply for.
|
List<GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResources> |
resources
The list of resources.
|
Long |
seconds
The validity duration of the permissions.
|
| 构造器和说明 |
|---|
GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail() |
@NameInMap(value="ApplyType") public String applyType
The type of objects on which you apply for permissions. Valid values:
DB
@NameInMap(value="PermType") public Long permType
The type of the permissions that you apply for. Valid values:
7
@NameInMap(value="Resources") public List<GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResources> resources
The list of resources.
@NameInMap(value="Seconds") public Long seconds
The validity duration of the permissions. Unit: seconds.
example:3600
public GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail()
public static GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail build(Map<String,?> map) throws Exception
Exceptionpublic GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail setApplyType(String applyType)
public String getApplyType()
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail setPermType(Long permType)
public Long getPermType()
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail setResources(List<GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResources> resources)
public List<GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResources> getResources()
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail setSeconds(Long seconds)
public Long getSeconds()
Copyright © 2025. All rights reserved.