public class UpdateObjectiveRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
content
This parameter is required.
|
String |
userId
This parameter is required.
|
| 构造器和说明 |
|---|
UpdateObjectiveRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateObjectiveRequest |
build(Map<String,?> map) |
String |
getContent() |
String |
getUserId() |
UpdateObjectiveRequest |
setContent(String content) |
UpdateObjectiveRequest |
setUserId(String userId) |
@NameInMap(value="content") public String content
This parameter is required.
example:更新的内容
@NameInMap(value="userId") public String userId
This parameter is required.
example:06186238011033616
public static UpdateObjectiveRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateObjectiveRequest setContent(String content)
public String getContent()
public UpdateObjectiveRequest setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.