public class GraphInError extends EntityWithSurrogateKey
Modifier and Type | Field and Description |
---|---|
Integer |
engineId |
String |
engineUUID |
String |
errorMessage |
Integer |
errorTypeId |
String |
errorTypeLabel |
Boolean |
isInCleanDB |
String |
namedGraphsPrefix |
Integer |
pipelineId |
String |
pipelineLabel |
Integer |
stateId |
String |
stateLabel |
String |
UUID |
id
Constructor and Description |
---|
GraphInError(Integer id,
Integer engineId,
Integer pipelineId,
String UUID,
Integer stateId,
Integer errorTypeId,
String errorMessage,
Boolean isInCleanDB,
String namedGraphsPrefix,
String engineUUID,
String pipelineLabel,
String stateLabel,
String errorTypeLabel) |
public Integer engineId
public Integer pipelineId
public String UUID
public Integer stateId
public Integer errorTypeId
public String errorMessage
public Boolean isInCleanDB
public String engineUUID
public String pipelineLabel
public String stateLabel
public String errorTypeLabel
public String namedGraphsPrefix
Copyright © 2013. All Rights Reserved.