public class ListSensitivityLevelRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
templateId
The ID of the classification template.
|
String |
templateType
The type of the classification template.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListSensitivityLevelRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListSensitivityLevelRequest |
build(Map<String,?> map) |
Long |
getTemplateId() |
String |
getTemplateType() |
Long |
getTid() |
ListSensitivityLevelRequest |
setTemplateId(Long templateId) |
ListSensitivityLevelRequest |
setTemplateType(String templateType) |
ListSensitivityLevelRequest |
setTid(Long tid) |
@NameInMap(value="TemplateId") public Long templateId
The ID of the classification template. You can call the ListClassificationTemplates operation to query the ID of the classification template.
example:15**
@NameInMap(value="TemplateType") public String templateType
The type of the classification template. You can call the ListClassificationTemplates operation to query the type of the classification template.
Valid values:
INNER
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see View information about the current tenant in the topic "Manage DMS tenants."
20***
public static ListSensitivityLevelRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListSensitivityLevelRequest setTemplateId(Long templateId)
public Long getTemplateId()
public ListSensitivityLevelRequest setTemplateType(String templateType)
public String getTemplateType()
public ListSensitivityLevelRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.