public class MultiTaskFailure extends Object
Constructor and Description |
---|
MultiTaskFailure()
Default constructor.
|
MultiTaskFailure(String mname,
String mtype,
String taskId,
String errorMessage)
Alternate constructor initializing all fields.
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage()
Gets the error message
|
String |
getMname()
Gets the mname
|
String |
getMtype()
Gets the mtype
|
String |
getTaskId()
Gets the task ID
|
void |
setErrorMessage(String errorMessage)
Sets the error message
|
void |
setMname(String mname)
Sets the mname
|
void |
setMtype(String mtype)
Sets the mtype
|
void |
setTaskId(String taskId)
Sets the task IDa
|
public String getMname()
public void setMname(String mname)
mname
- the mname to setpublic String getMtype()
public void setMtype(String mtype)
mtype
- the mtype to setpublic String getTaskId()
public void setTaskId(String taskId)
taskId
- the taskId to setpublic String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage
- the error messageCopyright © 2016–2025. All rights reserved.