public class DeleteTaskRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
nodeId
The ID of the node you want to delete.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
DeleteTaskRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteTaskRequest |
build(Map<String,?> map) |
String |
getNodeId() |
Long |
getTid() |
DeleteTaskRequest |
setNodeId(String nodeId) |
DeleteTaskRequest |
setTid(Long tid) |
@NameInMap(value="NodeId") public String nodeId
The ID of the node you want to delete.
This parameter is required.
example:54****
@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.
3***
public static DeleteTaskRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteTaskRequest setNodeId(String nodeId)
public String getNodeId()
public DeleteTaskRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.