public class BatchQueryObjectiveRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
objectiveIds
This parameter is required.
|
String |
periodId
This parameter is required.
|
String |
userId
This parameter is required.
|
Boolean |
withAlign
example:
false
|
Boolean |
withKr
example:
false
|
Boolean |
withProgress
This parameter is required.
|
构造器和说明 |
---|
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="objectiveIds") public List<String> objectiveIds
This parameter is required.
@NameInMap(value="periodId") public String periodId
This parameter is required.
example:10056
@NameInMap(value="withAlign") public Boolean withAlign
false
@NameInMap(value="withKr") public Boolean withKr
false
@NameInMap(value="withProgress") public Boolean withProgress
This parameter is required.
example:true
@NameInMap(value="userId") public String userId
This parameter is required.
example:0115396701752283
public static BatchQueryObjectiveRequest build(Map<String,?> map) throws Exception
Exception
public 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 © 2024. All rights reserved.