public class StepStatus
extends java.lang.Object
Constructor and Description |
---|
StepStatus()
Construct an uninitialized
StepStatus instance. |
StepStatus(int percent,
java.lang.String status)
Construct an initialized
StepStatus instance. |
Modifier and Type | Method and Description |
---|---|
int |
getPercent()
Returns the percentage of completion of an executing plugin step.
|
java.lang.String |
getStatus()
Returns the description of the status of an executing plugin step.
|
void |
setPercent(int percent)
Set the percentage of completion of an executing plugin step.
|
void |
setStatus(java.lang.String status)
Set the description of the status of an executing plugin step.
|
public StepStatus()
StepStatus
instance.public StepStatus(int percent, java.lang.String status)
StepStatus
instance.percent
- The percentage of completion of an executing plugin step.status
- A text description of the status of an executing plugin step.public int getPercent()
public void setPercent(int percent)
percent
- An integer between 1 and 100.public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- A text description of the status of an executing plugin step.Copyright © 2012 SAS Institute Inc. All Rights Reserved.