@Deprecated public class Job extends Object implements Serializable
| 构造器和说明 |
|---|
Job()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deserialize(com.alibaba.fastjson.JSONObject value)
已过时。
|
boolean |
equals(Object o)
已过时。
|
JobConfiguration |
getConfiguration()
已过时。
|
Date |
getCreateTime()
已过时。
|
String |
getDescription()
已过时。
|
String |
getDisplayName()
已过时。
|
Date |
getLastModifiedTime()
已过时。
|
String |
getName()
已过时。
|
JobSchedule |
getSchedule()
已过时。
|
JobState |
getState()
已过时。
|
JobType |
getType()
已过时。
|
int |
hashCode()
已过时。
|
void |
setConfiguration(JobConfiguration configuration)
已过时。
|
void |
setCreateTime(Date createTime)
已过时。
|
void |
setDescription(String description)
已过时。
|
void |
setDisplayName(String displayName)
已过时。
|
void |
setLastModifiedTime(Date lastModifiedTime)
已过时。
|
void |
setName(String name)
已过时。
|
void |
setSchedule(JobSchedule schedule)
已过时。
|
void |
setState(JobState state)
已过时。
|
void |
setType(JobType type)
已过时。
|
public String getName()
public void setName(String name)
public String getDisplayName()
public void setDisplayName(String displayName)
public JobType getType()
public void setType(JobType type)
public JobSchedule getSchedule()
public void setSchedule(JobSchedule schedule)
public JobState getState()
public void setState(JobState state)
public JobConfiguration getConfiguration()
public void setConfiguration(JobConfiguration configuration)
public String getDescription()
public void setDescription(String description)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public Date getLastModifiedTime()
public void setLastModifiedTime(Date lastModifiedTime)
public void deserialize(com.alibaba.fastjson.JSONObject value)
Copyright © 2020. All Rights Reserved.