public class JobStepAction extends Object
| Constructor and Description |
|---|
JobStepAction() |
| Modifier and Type | Method and Description |
|---|---|
JobStepActionSource |
source()
Get the source value.
|
JobStepActionType |
type()
Get the type value.
|
String |
value()
Get the value value.
|
JobStepAction |
withSource(JobStepActionSource source)
Set the source value.
|
JobStepAction |
withType(JobStepActionType type)
Set the type value.
|
JobStepAction |
withValue(String value)
Set the value value.
|
public JobStepActionType type()
public JobStepAction withType(JobStepActionType type)
type - the type value to setpublic JobStepActionSource source()
public JobStepAction withSource(JobStepActionSource source)
source - the source value to setpublic String value()
public JobStepAction withValue(String value)
value - the value value to setCopyright © 2019. All rights reserved.