public class BatchQueryObjectiveRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
objectiveIds |
String |
periodId |
String |
userId |
Boolean |
withAlign |
Boolean |
withKr |
Boolean |
withProgress |
| 构造器和说明 |
|---|
BatchQueryObjectiveRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchQueryObjectiveRequest |
build(Map<String,?> map) |
List<String> |
getObjectiveIds() |
String |
getPeriodId() |
String |
getUserId() |
Boolean |
getWithAlign() |
Boolean |
getWithKr() |
Boolean |
getWithProgress() |
BatchQueryObjectiveRequest |
setObjectiveIds(List<String> objectiveIds) |
BatchQueryObjectiveRequest |
setPeriodId(String periodId) |
BatchQueryObjectiveRequest |
setUserId(String userId) |
BatchQueryObjectiveRequest |
setWithAlign(Boolean withAlign) |
BatchQueryObjectiveRequest |
setWithKr(Boolean withKr) |
BatchQueryObjectiveRequest |
setWithProgress(Boolean withProgress) |
@NameInMap(value="periodId") public String periodId
@NameInMap(value="withAlign") public Boolean withAlign
@NameInMap(value="withKr") public Boolean withKr
@NameInMap(value="withProgress") public Boolean withProgress
@NameInMap(value="userId") public String userId
public static BatchQueryObjectiveRequest build(Map<String,?> map) throws Exception
Exceptionpublic BatchQueryObjectiveRequest setObjectiveIds(List<String> objectiveIds)
public BatchQueryObjectiveRequest setPeriodId(String periodId)
public String getPeriodId()
public BatchQueryObjectiveRequest setWithAlign(Boolean withAlign)
public Boolean getWithAlign()
public BatchQueryObjectiveRequest setWithKr(Boolean withKr)
public Boolean getWithKr()
public BatchQueryObjectiveRequest setWithProgress(Boolean withProgress)
public Boolean getWithProgress()
public BatchQueryObjectiveRequest setUserId(String userId)
public String getUserId()
Copyright © 2022. All rights reserved.