public class PullDataByPkResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dataCreateAppId
This parameter is required.
|
String |
dataCreateAppType
This parameter is required.
|
Long |
dataGmtCreate
This parameter is required.
|
Long |
dataGmtModified
This parameter is required.
|
String |
dataModifiedAppId
This parameter is required.
|
String |
dataModifiedAppType
This parameter is required.
|
String |
jsonData
This parameter is required.
|
| 构造器和说明 |
|---|
PullDataByPkResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PullDataByPkResponseBody |
build(Map<String,?> map) |
String |
getDataCreateAppId() |
String |
getDataCreateAppType() |
Long |
getDataGmtCreate() |
Long |
getDataGmtModified() |
String |
getDataModifiedAppId() |
String |
getDataModifiedAppType() |
String |
getJsonData() |
PullDataByPkResponseBody |
setDataCreateAppId(String dataCreateAppId) |
PullDataByPkResponseBody |
setDataCreateAppType(String dataCreateAppType) |
PullDataByPkResponseBody |
setDataGmtCreate(Long dataGmtCreate) |
PullDataByPkResponseBody |
setDataGmtModified(Long dataGmtModified) |
PullDataByPkResponseBody |
setDataModifiedAppId(String dataModifiedAppId) |
PullDataByPkResponseBody |
setDataModifiedAppType(String dataModifiedAppType) |
PullDataByPkResponseBody |
setJsonData(String jsonData) |
@NameInMap(value="dataCreateAppId") public String dataCreateAppId
This parameter is required.
@NameInMap(value="dataCreateAppType") public String dataCreateAppType
This parameter is required.
@NameInMap(value="dataGmtCreate") public Long dataGmtCreate
This parameter is required.
@NameInMap(value="dataGmtModified") public Long dataGmtModified
This parameter is required.
@NameInMap(value="dataModifiedAppId") public String dataModifiedAppId
This parameter is required.
@NameInMap(value="dataModifiedAppType") public String dataModifiedAppType
This parameter is required.
@NameInMap(value="jsonData") public String jsonData
This parameter is required.
public static PullDataByPkResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic PullDataByPkResponseBody setDataCreateAppId(String dataCreateAppId)
public String getDataCreateAppId()
public PullDataByPkResponseBody setDataCreateAppType(String dataCreateAppType)
public String getDataCreateAppType()
public PullDataByPkResponseBody setDataGmtCreate(Long dataGmtCreate)
public Long getDataGmtCreate()
public PullDataByPkResponseBody setDataGmtModified(Long dataGmtModified)
public Long getDataGmtModified()
public PullDataByPkResponseBody setDataModifiedAppId(String dataModifiedAppId)
public String getDataModifiedAppId()
public PullDataByPkResponseBody setDataModifiedAppType(String dataModifiedAppType)
public String getDataModifiedAppType()
public PullDataByPkResponseBody setJsonData(String jsonData)
public String getJsonData()
Copyright © 2025. All rights reserved.