public class DataValidationEvent extends Object
| Constructor and Description |
|---|
DataValidationEvent() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLine() |
String |
getMessage() |
Date |
getTimestamp() |
String |
getType() |
URI |
getURI() |
boolean |
isFatal() |
void |
setFatal(boolean inFatal) |
void |
setLine(Long inLine) |
void |
setMessage(String inMessage) |
void |
setTimestamp(Date timestamp) |
void |
setType(String inType) |
void |
setURI(URI uri) |
public Long getLine()
public void setLine(Long inLine)
inLine - the line to setpublic String getType()
public void setType(String inType)
inType - the type to setpublic String getMessage()
public void setMessage(String inMessage)
inMessage - the message to setpublic boolean isFatal()
public void setFatal(boolean inFatal)
inFatal - the fatal to setpublic Date getTimestamp()
public void setTimestamp(Date timestamp)
public URI getURI()
public void setURI(URI uri)
Copyright © 2012–2018 Emory University. All rights reserved.