public static class ListAuthorizedDatabasesForUserResponseBody.ListAuthorizedDatabasesForUserResponseBodyDatabasesPermissionDetail
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dsType
example:
DATABASE
|
String |
expireDate
example:
2024-12-06 10:00:00
|
String |
message |
String |
permType
example:
CORRECT
|
| 构造器和说明 |
|---|
ListAuthorizedDatabasesForUserResponseBodyDatabasesPermissionDetail() |
@NameInMap(value="DsType") public String dsType
DATABASE
@NameInMap(value="ExpireDate") public String expireDate
2024-12-06 10:00:00
@NameInMap(value="Message") public String message
@NameInMap(value="PermType") public String permType
CORRECT
public ListAuthorizedDatabasesForUserResponseBodyDatabasesPermissionDetail()
public static ListAuthorizedDatabasesForUserResponseBody.ListAuthorizedDatabasesForUserResponseBodyDatabasesPermissionDetail build(Map<String,?> map) throws Exception
Exceptionpublic ListAuthorizedDatabasesForUserResponseBody.ListAuthorizedDatabasesForUserResponseBodyDatabasesPermissionDetail setDsType(String dsType)
public String getDsType()
public ListAuthorizedDatabasesForUserResponseBody.ListAuthorizedDatabasesForUserResponseBodyDatabasesPermissionDetail setExpireDate(String expireDate)
public String getExpireDate()
public ListAuthorizedDatabasesForUserResponseBody.ListAuthorizedDatabasesForUserResponseBodyDatabasesPermissionDetail setMessage(String message)
public String getMessage()
public ListAuthorizedDatabasesForUserResponseBody.ListAuthorizedDatabasesForUserResponseBodyDatabasesPermissionDetail setPermType(String permType)
public String getPermType()
Copyright © 2025. All rights reserved.