@ConfigurationProperties(prefix="spring.cloud.task") public class TaskProperties extends Object
Constructor and Description |
---|
TaskProperties() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getClosecontextEnable() |
Integer |
getExecutionid() |
String |
getExternalExecutionId() |
void |
setClosecontextEnable(Boolean closecontextEnable) |
void |
setExecutionid(Integer executionid) |
void |
setExternalExecutionId(String externalExecutionId) |
public String getExternalExecutionId()
public void setExternalExecutionId(String externalExecutionId)
public Integer getExecutionid()
public void setExecutionid(Integer executionid)
public Boolean getClosecontextEnable()
public void setClosecontextEnable(Boolean closecontextEnable)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.