|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.migration.MigrationJobEntry
public class MigrationJobEntry
Constructor Summary | |
---|---|
MigrationJobEntry()
|
|
MigrationJobEntry(int jobId,
int jobType,
int status,
String timestamp,
String config,
String logName,
long handledObjects)
Creates a new job log entry object |
Method Summary | |
---|---|
String |
getConfig()
|
long |
getHandledObjects()
|
int |
getJobId()
|
int |
getJobType()
Returns the |
String |
getLogName()
|
int |
getStatus()
|
String |
getTimestamp()
Returns the timestamp for this job entry |
void |
setConfig(String config)
|
void |
setHandledObjects(long handledObjects)
|
void |
setJobId(int jobId)
|
void |
setJobType(int jobType)
|
void |
setLogName(String logName)
|
void |
setStatus(int status)
|
void |
setTimestamp(String timestamp)
Sets the timestamp for this job entry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MigrationJobEntry()
public MigrationJobEntry(int jobId, int jobType, int status, String timestamp, String config, String logName, long handledObjects)
jobId
- jobType
- status
- timestamp
- config
- Method Detail |
---|
public long getHandledObjects()
public void setHandledObjects(long handledObjects)
public String getLogName()
public void setLogName(String logName)
public int getJobId()
public void setJobId(int jobId)
public int getStatus()
public void setStatus(int status)
public String getTimestamp()
public void setTimestamp(String timestamp)
timestamp
- public int getJobType()
public void setJobType(int jobType)
public String getConfig()
public void setConfig(String config)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |