public class JobInfoResource
extends org.springframework.hateoas.ResourceSupport
Modifier | Constructor and Description |
---|---|
protected |
JobInfoResource()
Default constructor for serialization frameworks.
|
|
JobInfoResource(String name,
int executionCount,
Long jobInstanceId,
boolean launchable,
boolean incrementable) |
Modifier and Type | Method and Description |
---|---|
int |
getExecutionCount() |
Long |
getJobInstanceId() |
String |
getName() |
boolean |
isIncrementable() |
boolean |
isLaunchable() |
Copyright © 2015. All rights reserved.