|
||||||||||
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
A migration job entry contains information about an executed migration job. Infomation like the job status and the count of objects that have been handled are stored in MigrationJobEntry objects.
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()
Returns the configuration in form of a serialized json string for the migration job |
long |
getHandledObjects()
Returns how many objects have been handled by the migration job |
int |
getJobId()
|
int |
getJobType()
Returns the job type. |
String |
getLogName()
Returns the log filename for the migration job |
int |
getStatus()
Returns the status of the executed migration job |
String |
getTimestamp()
Returns the timestamp for this job entry |
void |
setConfig(String config)
Sets the migration json string that represents the migration configuration |
void |
setHandledObjects(long handledObjects)
Sets the number of objects that have been handled by the migration job |
void |
setJobId(int jobId)
|
void |
setJobType(int jobType)
Sets the job type id. |
void |
setLogName(String logName)
Sets the name of the migration log |
void |
setStatus(int status)
Sets the status of the migration job |
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)
handledObjects
- public String getLogName()
public void setLogName(String logName)
logName
- public int getJobId()
public void setJobId(int jobId)
public int getStatus()
public void setStatus(int status)
status
- public String getTimestamp()
public void setTimestamp(String timestamp)
timestamp
- public int getJobType()
public void setJobType(int jobType)
jobType
- public String getConfig()
public void setConfig(String config)
config
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |