Groovy Documentation

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

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

message

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


type

private JobBlockReasonTypeVersion1 type
The reason type.


 
Constructor Detail

JobBlockReasonVersion1

JobBlockReasonVersion1()


 
Method Detail

getMessage

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


getType

JobBlockReasonTypeVersion1 getType()
The reason type.


setMessage

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


setType

void setType(JobBlockReasonTypeVersion1 type)
The reason type.


toString

String toString()


 

Groovy Documentation