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
当前 Objective 的内容。
@NameInMap(value="userId") public String userId
当前用户的 userId。
public static UpdateObjectiveRequest build(Map<String,?> map) throws Exception
Exception
public UpdateObjectiveRequest setContent(String content)
public String getContent()
public UpdateObjectiveRequest setUserId(String userId)
public String getUserId()
Copyright © 2023. All rights reserved.