public class LoadPlanStatusInfo
extends java.lang.Object
| Constructor and Description |
|---|
LoadPlanStatusInfo(long mLoadPlanInstanceId,
long mRunCount,
java.lang.String mLoadPlanRunStatus,
java.lang.String mLoadPlanRunRC,
java.lang.String mLoadPlanRunMessage)
Constructs a new
LoadPlanStatusInfo object. |
| Modifier and Type | Method and Description |
|---|---|
long |
getLoadPlanInstanceId()
Returns the load plan instance id.
|
java.lang.String |
getLoadPlanRunMessage()
Returns the load plan instance run message.
|
java.lang.String |
getLoadPlanRunRC()
Returns the load plan instance run return code.
|
java.lang.String |
getLoadPlanRunStatus()
Returns the load plan instance run status.
|
long |
getRunCount()
Returns the load plan instance run count.
|
public LoadPlanStatusInfo(long mLoadPlanInstanceId,
long mRunCount,
java.lang.String mLoadPlanRunStatus,
java.lang.String mLoadPlanRunRC,
java.lang.String mLoadPlanRunMessage)
LoadPlanStatusInfo object.mLoadPlanInstanceId - Id of the load plan instance.mRunCount - Run count of the load plan instance.mLoadPlanRunStatus - Status value of the load plan instance run.mLoadPlanRunRC - Return code of the load plan instance run.mLoadPlanRunMessage - Message text of the load plan instance run.public long getLoadPlanInstanceId()
public long getRunCount()
public java.lang.String getLoadPlanRunStatus()
public java.lang.String getLoadPlanRunRC()
public java.lang.String getLoadPlanRunMessage()