|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.types.RestartCleanupOptions
This class includes the information required to describe the Restart and Cleanup options for Zos environment.
action | See RestartCleanupType for possible values on this field |
Default value is RestartCleanupType.ACTION_DISPLAYCLEANUP | |
cleanup | See CleanUpOption for possible values on this field |
Default value is CleanUpOption.NONE | |
useExpandedJCL | Default value is false |
RestartCleanupType
,
CleanUpOption
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
RestartCleanupOptions()
Creates an empty object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this object are equal to those of the given one. |
RestartCleanupType |
getAction()
Returns the action. |
CleanUpOption |
getCleanup()
Returns the cleanup option. |
int |
hashCode()
Returns a hash code for this object. |
boolean |
isUseExpandedJCL()
Returns true if use expand JCL. |
void |
setAction(RestartCleanupType value)
Sets the action. |
void |
setCleanup(CleanUpOption value)
Sets the cleanup option. |
void |
setUseExpandedJCL(boolean value)
Sets true if expanded. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public RestartCleanupOptions()
Method Detail |
public boolean isUseExpandedJCL()
public RestartCleanupType getAction()
public CleanUpOption getCleanup()
public void setUseExpandedJCL(boolean value)
value
- True if expanded.public void setAction(RestartCleanupType value)
value
- The action.public void setCleanup(CleanUpOption value)
value
- The cleanup option.public boolean equals(java.lang.Object object)
object
- The object to be compared with this one.
public int hashCode()
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |