public class UnAlignObjectiveRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
UnAlignObjectiveRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UnAlignObjectiveRequest |
build(Map<String,?> map) |
String |
getPeriodId() |
String |
getTargetId() |
String |
getUserId() |
UnAlignObjectiveRequest |
setPeriodId(String periodId) |
UnAlignObjectiveRequest |
setTargetId(String targetId) |
UnAlignObjectiveRequest |
setUserId(String userId) |
@NameInMap(value="periodId") public String periodId
@NameInMap(value="targetId") public String targetId
@NameInMap(value="userId") public String userId
public static UnAlignObjectiveRequest build(Map<String,?> map) throws Exception
Exceptionpublic UnAlignObjectiveRequest setPeriodId(String periodId)
public String getPeriodId()
public UnAlignObjectiveRequest setTargetId(String targetId)
public String getTargetId()
public UnAlignObjectiveRequest setUserId(String userId)
public String getUserId()
Copyright © 2022. All rights reserved.