public class TaskStored extends Object
Constructor and Description |
---|
TaskStored() |
Modifier and Type | Method and Description |
---|---|
String |
getEnded() |
int |
getJobId() |
String |
getRecordIdentifier() |
String |
getRecordUrl() |
int |
getRuleId() |
String |
getStarted() |
String |
getStatus() |
boolean |
getSuccess() |
String |
getValObjId() |
void |
setEnded(String ended) |
void |
setJobId(int jobId) |
void |
setRecordIdentifier(String recordIdentifier) |
void |
setRecordUrl(String recordUrl) |
void |
setRuleId(int ruleId) |
void |
setStarted(String started) |
void |
setStatus(String status) |
void |
setSuccess(boolean success) |
void |
setValObjId(String valObjId) |
public String getRecordUrl()
public void setRecordUrl(String recordUrl)
public String getStatus()
public void setStatus(String status)
public boolean getSuccess()
public void setSuccess(boolean success)
public String getStarted()
public void setStarted(String started)
public String getEnded()
public void setEnded(String ended)
public String getValObjId()
public void setValObjId(String valObjId)
public String getRecordIdentifier()
public void setRecordIdentifier(String recordIdentifier)
public int getJobId()
public void setJobId(int jobId)
public int getRuleId()
public void setRuleId(int ruleId)
Copyright © 2023. All rights reserved.