Groovy Documentation

com.ace.mws.jobs
[Groovy] Class JobBlockReason

java.lang.Object
  com.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

message

private String message
The message associated with the the reason the job is blocked.


type

private JobBlockReasonType type
The reason type.


 
Constructor Detail

JobBlockReason

JobBlockReason()


 
Method Detail

getMessage

String getMessage()
The message associated with the the reason the job is blocked.


getType

JobBlockReasonType getType()
The reason type.


setMessage

void setMessage(String message)
The message associated with the the reason the job is blocked.


setType

void setType(JobBlockReasonType type)
The reason type.


toString

String toString()


 

Groovy Documentation