public static class DescribeDatasetListResponseBody.DescribeDatasetListResponseBodyDatasetInfoList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
createdTime
The creation time (UTC) of the dataset.
|
String |
datasetId
The ID of the dataset.
|
String |
datasetName
The name of the dataset.
|
String |
datasetType
The type of the dataset.
|
String |
modifiedTime
The last modification time (UTC) of the dataset.
|
@NameInMap(value="CreatedTime") public String createdTime
The creation time (UTC) of the dataset.
@NameInMap(value="DatasetId") public String datasetId
The ID of the dataset.
@NameInMap(value="DatasetName") public String datasetName
The name of the dataset.
@NameInMap(value="DatasetType") public String datasetType
The type of the dataset. Valid values:
* JWT_BLOCKING: a JSON Web Token (JWT) blacklist
* IP_WHITELIST_CIDR : an IP address whitelist
* PARAMETER_ACCESS : parameter-based access control
@NameInMap(value="ModifiedTime") public String modifiedTime
The last modification time (UTC) of the dataset.
public DescribeDatasetListResponseBody.DescribeDatasetListResponseBodyDatasetInfoList()
public static DescribeDatasetListResponseBody.DescribeDatasetListResponseBodyDatasetInfoList build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDatasetListResponseBody.DescribeDatasetListResponseBodyDatasetInfoList setCreatedTime(String createdTime)
public String getCreatedTime()
public DescribeDatasetListResponseBody.DescribeDatasetListResponseBodyDatasetInfoList setDatasetId(String datasetId)
public String getDatasetId()
public DescribeDatasetListResponseBody.DescribeDatasetListResponseBodyDatasetInfoList setDatasetName(String datasetName)
public String getDatasetName()
public DescribeDatasetListResponseBody.DescribeDatasetListResponseBodyDatasetInfoList setDatasetType(String datasetType)
public String getDatasetType()
public DescribeDatasetListResponseBody.DescribeDatasetListResponseBodyDatasetInfoList setModifiedTime(String modifiedTime)
public String getModifiedTime()
Copyright © 2023. All rights reserved.