public class JobDefinitionAlternateKeyDto extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
jobName |
protected String |
namespace |
| Constructor and Description |
|---|
JobDefinitionAlternateKeyDto()
Default no-arg constructor.
|
JobDefinitionAlternateKeyDto(String namespace,
String jobName)
Fully-initialising value constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getJobName() |
String |
getNamespace() |
int |
hashCode() |
void |
setJobName(String jobName) |
void |
setNamespace(String namespace) |
public JobDefinitionAlternateKeyDto()
Copyright © 2017. All rights reserved.