public class GetProjectTaskRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
idempotentId
example:
20230823218109326025-1200
|
String |
taskId
example:
313123123
|
构造器和说明 |
---|
GetProjectTaskRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetProjectTaskRequest |
build(Map<String,?> map) |
String |
getIdempotentId() |
String |
getTaskId() |
GetProjectTaskRequest |
setIdempotentId(String idempotentId) |
GetProjectTaskRequest |
setTaskId(String taskId) |
@NameInMap(value="IdempotentId") public String idempotentId
20230823218109326025-1200
@NameInMap(value="taskId") public String taskId
313123123
public static GetProjectTaskRequest build(Map<String,?> map) throws Exception
Exception
public GetProjectTaskRequest setIdempotentId(String idempotentId)
public String getIdempotentId()
public GetProjectTaskRequest setTaskId(String taskId)
public String getTaskId()
Copyright © 2024. All rights reserved.