public class UpdateFileRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
UpdateFileRequest() |
@NameInMap(value="AutoParsing") public Boolean autoParsing
@NameInMap(value="AutoRerunIntervalMillis") public Integer autoRerunIntervalMillis
@NameInMap(value="AutoRerunTimes") public Integer autoRerunTimes
@NameInMap(value="ConnectionName") public String connectionName
@NameInMap(value="Content") public String content
@NameInMap(value="CronExpress") public String cronExpress
@NameInMap(value="CycleType") public String cycleType
@NameInMap(value="DependentNodeIdList") public String dependentNodeIdList
@NameInMap(value="DependentType") public String dependentType
@NameInMap(value="EndEffectDate") public Long endEffectDate
@NameInMap(value="FileDescription") public String fileDescription
@NameInMap(value="FileFolderPath") public String fileFolderPath
@NameInMap(value="FileId") public Long fileId
@NameInMap(value="FileName") public String fileName
@NameInMap(value="InputList") public String inputList
@NameInMap(value="OutputList") public String outputList
@NameInMap(value="Owner") public String owner
@NameInMap(value="ParaValue") public String paraValue
@NameInMap(value="ProjectId") public Long projectId
@NameInMap(value="ProjectIdentifier") public String projectIdentifier
@NameInMap(value="RerunMode") public String rerunMode
@NameInMap(value="ResourceGroupIdentifier") public String resourceGroupIdentifier
@NameInMap(value="SchedulerType") public String schedulerType
@NameInMap(value="StartEffectDate") public Long startEffectDate
@NameInMap(value="Stop") public Boolean stop
public static UpdateFileRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateFileRequest setAutoParsing(Boolean autoParsing)
public Boolean getAutoParsing()
public UpdateFileRequest setAutoRerunIntervalMillis(Integer autoRerunIntervalMillis)
public Integer getAutoRerunIntervalMillis()
public UpdateFileRequest setAutoRerunTimes(Integer autoRerunTimes)
public Integer getAutoRerunTimes()
public UpdateFileRequest setConnectionName(String connectionName)
public String getConnectionName()
public UpdateFileRequest setContent(String content)
public String getContent()
public UpdateFileRequest setCronExpress(String cronExpress)
public String getCronExpress()
public UpdateFileRequest setCycleType(String cycleType)
public String getCycleType()
public UpdateFileRequest setDependentNodeIdList(String dependentNodeIdList)
public String getDependentNodeIdList()
public UpdateFileRequest setDependentType(String dependentType)
public String getDependentType()
public UpdateFileRequest setEndEffectDate(Long endEffectDate)
public Long getEndEffectDate()
public UpdateFileRequest setFileDescription(String fileDescription)
public String getFileDescription()
public UpdateFileRequest setFileFolderPath(String fileFolderPath)
public String getFileFolderPath()
public UpdateFileRequest setFileId(Long fileId)
public Long getFileId()
public UpdateFileRequest setFileName(String fileName)
public String getFileName()
public UpdateFileRequest setInputList(String inputList)
public String getInputList()
public UpdateFileRequest setOutputList(String outputList)
public String getOutputList()
public UpdateFileRequest setOwner(String owner)
public String getOwner()
public UpdateFileRequest setParaValue(String paraValue)
public String getParaValue()
public UpdateFileRequest setProjectId(Long projectId)
public Long getProjectId()
public UpdateFileRequest setProjectIdentifier(String projectIdentifier)
public String getProjectIdentifier()
public UpdateFileRequest setRerunMode(String rerunMode)
public String getRerunMode()
public UpdateFileRequest setResourceGroupIdentifier(String resourceGroupIdentifier)
public String getResourceGroupIdentifier()
public UpdateFileRequest setSchedulerType(String schedulerType)
public String getSchedulerType()
public UpdateFileRequest setStartEffectDate(Long startEffectDate)
public Long getStartEffectDate()
public UpdateFileRequest setStop(Boolean stop)
public Boolean getStop()
Copyright © 2021. All rights reserved.