protected static class JobDescription.Notification
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
connectionName |
protected java.lang.String |
description |
protected Specification |
specification |
Constructor and Description |
---|
Notification(java.lang.String connectionName,
java.lang.String description) |
Notification(java.lang.String connectionName,
java.lang.String description,
Specification spec) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConnectionName() |
java.lang.String |
getDescription() |
Specification |
getSpecification() |
protected final java.lang.String connectionName
protected final java.lang.String description
protected final Specification specification
public Notification(java.lang.String connectionName, java.lang.String description)
public Notification(java.lang.String connectionName, java.lang.String description, Specification spec)
public Specification getSpecification()
public java.lang.String getConnectionName()
public java.lang.String getDescription()