public class CreateDownloadDataJobShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
contextShrink |
String |
downloadDataType |
Long |
endTime |
String |
fileConfigShrink |
String |
iotInstanceId |
Long |
startTime |
String |
tableName |
| 构造器和说明 |
|---|
CreateDownloadDataJobShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateDownloadDataJobShrinkRequest |
build(Map<String,?> map) |
String |
getContextShrink() |
String |
getDownloadDataType() |
Long |
getEndTime() |
String |
getFileConfigShrink() |
String |
getIotInstanceId() |
Long |
getStartTime() |
String |
getTableName() |
CreateDownloadDataJobShrinkRequest |
setContextShrink(String contextShrink) |
CreateDownloadDataJobShrinkRequest |
setDownloadDataType(String downloadDataType) |
CreateDownloadDataJobShrinkRequest |
setEndTime(Long endTime) |
CreateDownloadDataJobShrinkRequest |
setFileConfigShrink(String fileConfigShrink) |
CreateDownloadDataJobShrinkRequest |
setIotInstanceId(String iotInstanceId) |
CreateDownloadDataJobShrinkRequest |
setStartTime(Long startTime) |
CreateDownloadDataJobShrinkRequest |
setTableName(String tableName) |
@NameInMap(value="Context") public String contextShrink
@NameInMap(value="DownloadDataType") public String downloadDataType
@NameInMap(value="EndTime") public Long endTime
@NameInMap(value="FileConfig") public String fileConfigShrink
@NameInMap(value="IotInstanceId") public String iotInstanceId
@NameInMap(value="StartTime") public Long startTime
@NameInMap(value="TableName") public String tableName
public static CreateDownloadDataJobShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateDownloadDataJobShrinkRequest setContextShrink(String contextShrink)
public String getContextShrink()
public CreateDownloadDataJobShrinkRequest setDownloadDataType(String downloadDataType)
public String getDownloadDataType()
public CreateDownloadDataJobShrinkRequest setEndTime(Long endTime)
public Long getEndTime()
public CreateDownloadDataJobShrinkRequest setFileConfigShrink(String fileConfigShrink)
public String getFileConfigShrink()
public CreateDownloadDataJobShrinkRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public CreateDownloadDataJobShrinkRequest setStartTime(Long startTime)
public Long getStartTime()
public CreateDownloadDataJobShrinkRequest setTableName(String tableName)
public String getTableName()
Copyright © 2023. All rights reserved.