public class UpdateObjectiveRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
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
@NameInMap(value="userId") public String userId
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 © 2022. All rights reserved.