public class ProcessingError extends Object implements Serializable
Constructor and Description |
---|
ProcessingError() |
Modifier and Type | Method and Description |
---|---|
String |
getDetail()
Get the detail field.
|
String |
getFilename()
Get the filename field.
|
String |
getMsg()
Get the msg field.
|
void |
setDetail(String detail)
Set the detail field.
|
void |
setFilename(String filename)
Set the filename field.
|
void |
setMsg(String msg)
Set the msg field.
|
public String getDetail()
public String getFilename()
public String getMsg()
public void setDetail(String detail)
detail
- a detail object.public void setFilename(String filename)
filename
- a filename object.public void setMsg(String msg)
msg
- a msg object.Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.