public class GetDataArchiveCountRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
orderResultType
The type of the identity.
|
String |
pluginType
The plugin type.
|
String |
searchDateType
The time when the ticket is modified or created.
|
Long |
tid
The tenant ID.
|
| 构造器和说明 |
|---|
GetDataArchiveCountRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDataArchiveCountRequest |
build(Map<String,?> map) |
String |
getOrderResultType() |
String |
getPluginType() |
String |
getSearchDateType() |
Long |
getTid() |
GetDataArchiveCountRequest |
setOrderResultType(String orderResultType) |
GetDataArchiveCountRequest |
setPluginType(String pluginType) |
GetDataArchiveCountRequest |
setSearchDateType(String searchDateType) |
GetDataArchiveCountRequest |
setTid(Long tid) |
@NameInMap(value="OrderResultType") public String orderResultType
The type of the identity. Default value: AS_ADMIN.
example:AS_ADMIN
@NameInMap(value="PluginType") public String pluginType
The plugin type. Default value: DATA_ARCHIVE.
example:DATA_ARCHIVE
@NameInMap(value="SearchDateType") public String searchDateType
The time when the ticket is modified or created. The statistics of data archiving tickets are calculated based on the creation time.
example:CREATE_TIME
@NameInMap(value="Tid") public Long tid
The tenant ID.
example:To view the tenant ID, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see Manage DMS tenants.
2****
public static GetDataArchiveCountRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetDataArchiveCountRequest setOrderResultType(String orderResultType)
public String getOrderResultType()
public GetDataArchiveCountRequest setPluginType(String pluginType)
public String getPluginType()
public GetDataArchiveCountRequest setSearchDateType(String searchDateType)
public String getSearchDateType()
public GetDataArchiveCountRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.