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