|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.ace.mws.jobs.JobBlockReason
class JobBlockReason
Represents the reason a job might be blocked. The reason consists of the block reason type along with an optional message.
| Field Summary | |
|---|---|
private String |
message
The message associated with the the reason the job is blocked. |
private JobBlockReasonType |
type
The reason type. |
| Constructor Summary | |
JobBlockReason()
|
|
| Method Summary | |
|---|---|
String
|
getMessage()
The message associated with the the reason the job is blocked. |
JobBlockReasonType
|
getType()
The reason type. |
void
|
setMessage(String message)
The message associated with the the reason the job is blocked. |
void
|
setType(JobBlockReasonType type)
The reason type. |
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private String message
private JobBlockReasonType type
| Constructor Detail |
|---|
JobBlockReason()
| Method Detail |
|---|
String getMessage()
JobBlockReasonType getType()
void setMessage(String message)
void setType(JobBlockReasonType type)
String toString()
Groovy Documentation