public static class CreateTaskObjectLinkResponseBody.CreateTaskObjectLinkResponseBodyResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
created
example:
2021-08-13T07:36:50.318Z
|
String |
objectLinkId
example:
xxxx
|
| 构造器和说明 |
|---|
CreateTaskObjectLinkResponseBodyResult() |
@NameInMap(value="created") public String created
2021-08-13T07:36:50.318Z
@NameInMap(value="objectLinkId") public String objectLinkId
xxxx
public static CreateTaskObjectLinkResponseBody.CreateTaskObjectLinkResponseBodyResult build(Map<String,?> map) throws Exception
Exceptionpublic CreateTaskObjectLinkResponseBody.CreateTaskObjectLinkResponseBodyResult setCreated(String created)
public String getCreated()
public CreateTaskObjectLinkResponseBody.CreateTaskObjectLinkResponseBodyResult setObjectLinkId(String objectLinkId)
public String getObjectLinkId()
Copyright © 2025. All rights reserved.