|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.ace.mws.jobs.JobBlockReasonVersion1
class JobBlockReasonVersion1
| Field Summary | |
|---|---|
private String |
message
The message associated with the the reason the job is blocked. |
private JobBlockReasonTypeVersion1 |
type
The reason type. |
| Constructor Summary | |
JobBlockReasonVersion1()
|
|
| Method Summary | |
|---|---|
String
|
getMessage()
The message associated with the the reason the job is blocked. |
JobBlockReasonTypeVersion1
|
getType()
The reason type. |
void
|
setMessage(String message)
The message associated with the the reason the job is blocked. |
void
|
setType(JobBlockReasonTypeVersion1 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 JobBlockReasonTypeVersion1 type
| Constructor Detail |
|---|
JobBlockReasonVersion1()
| Method Detail |
|---|
String getMessage()
JobBlockReasonTypeVersion1 getType()
void setMessage(String message)
void setType(JobBlockReasonTypeVersion1 type)
String toString()
Groovy Documentation