public static class AgoalFieldUpdateRequest.AgoalFieldUpdateRequestBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
entityId
This parameter is required.
|
String |
entityType
This parameter is required.
|
String |
fieldCode
This parameter is required.
|
String |
value
example:
字段值
|
| 构造器和说明 |
|---|
AgoalFieldUpdateRequestBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AgoalFieldUpdateRequest.AgoalFieldUpdateRequestBody |
build(Map<String,?> map) |
String |
getEntityId() |
String |
getEntityType() |
String |
getFieldCode() |
String |
getValue() |
AgoalFieldUpdateRequest.AgoalFieldUpdateRequestBody |
setEntityId(String entityId) |
AgoalFieldUpdateRequest.AgoalFieldUpdateRequestBody |
setEntityType(String entityType) |
AgoalFieldUpdateRequest.AgoalFieldUpdateRequestBody |
setFieldCode(String fieldCode) |
AgoalFieldUpdateRequest.AgoalFieldUpdateRequestBody |
setValue(String value) |
@NameInMap(value="entityId") public String entityId
This parameter is required.
example:662e006fe4b0f579bbcxxxxx
@NameInMap(value="entityType") public String entityType
This parameter is required.
example:OBJECTIVE
@NameInMap(value="fieldCode") public String fieldCode
This parameter is required.
example:title
@NameInMap(value="value") public String value
字段值
public static AgoalFieldUpdateRequest.AgoalFieldUpdateRequestBody build(Map<String,?> map) throws Exception
Exceptionpublic AgoalFieldUpdateRequest.AgoalFieldUpdateRequestBody setEntityId(String entityId)
public String getEntityId()
public AgoalFieldUpdateRequest.AgoalFieldUpdateRequestBody setEntityType(String entityType)
public String getEntityType()
public AgoalFieldUpdateRequest.AgoalFieldUpdateRequestBody setFieldCode(String fieldCode)
public String getFieldCode()
public AgoalFieldUpdateRequest.AgoalFieldUpdateRequestBody setValue(String value)
public String getValue()
Copyright © 2025. All rights reserved.