public class Migration extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
Migration()
Creates new instance.
|
|
Migration(long id,
long oldModelId,
String oldModelName,
String oldModelVersion,
String oldModelHash,
long newModelId,
String newModelName,
String newModelVersion,
String newModelHash,
long preprocessingModelId,
long transformModelId,
long postprocessingModelId,
Date started,
Date finished,
long successful,
long failed)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
long |
getFailed()
Returns the failed count.
|
Date |
getFinished()
Returns the finished date.
|
long |
getId()
Returns the id.
|
String |
getNewModelHash()
Returns the new model hash.
|
long |
getNewModelId()
Returns the new model id.
|
String |
getNewModelName()
Returns the new model name.
|
String |
getNewModelVersion()
Returns the new model version.
|
String |
getOldModelHash()
Returns the old model hash.
|
long |
getOldModelId()
Returns the old model id.
|
String |
getOldModelName()
Returns the old model name.
|
String |
getOldModelVersion()
Returns the old model version.
|
long |
getPostprocessingModelId()
Returns the model id of the post-processing model.
|
long |
getPreprocessingModelId()
Returns the model id of the pre-processing model.
|
Date |
getStarted()
Returns the started date.
|
long |
getSuccessful()
Returns the successful count
|
long |
getTransformModelId()
Returns the model id of the transform model.
|
protected Migration()
public Migration(long id, long oldModelId, String oldModelName, String oldModelVersion, String oldModelHash, long newModelId, String newModelName, String newModelVersion, String newModelHash, long preprocessingModelId, long transformModelId, long postprocessingModelId, Date started, Date finished, long successful, long failed)
id
- oldModelId
- oldModelName
- oldModelVersion
- oldModelHash
- newModelId
- newModelName
- newModelVersion
- newModelHash
- preprocessingModelId
- transformModelId
- postprocessingModelId
- started
- finished
- successful
- failed
- public long getId()
public long getOldModelId()
public String getOldModelName()
public String getOldModelVersion()
public String getOldModelHash()
public long getNewModelId()
public String getNewModelName()
public String getNewModelVersion()
public String getNewModelHash()
public long getPreprocessingModelId()
public long getTransformModelId()
public long getPostprocessingModelId()
public Date getStarted()
public Date getFinished()
public long getSuccessful()
public long getFailed()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.