public class LoadPlanExecutionInfo
extends java.lang.Object
| Constructor and Description |
|---|
LoadPlanExecutionInfo(long pLoadPlanInstanceId,
long pRunCount,
int pMasterRepId,
java.lang.String pMasterRepTimestamp)
Constructs a LoadPlanExecutionInfo object.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getLoadPlanInstanceId()
Returns the load plan instance id.
|
int |
getMasterRepositoryId()
Returns the master repository id.
|
java.lang.String |
getMasterRepositoryTimestamp()
Returns the master repository time stamp.
|
long |
getRunCount()
Returns the load plan instance run count.
|
public LoadPlanExecutionInfo(long pLoadPlanInstanceId,
long pRunCount,
int pMasterRepId,
java.lang.String pMasterRepTimestamp)
pLoadPlanInstanceId - Load plan instance idpRunCount - Load plan run countpMasterRepId - Master repository idpMasterRepTimestamp - Master repository time stamppublic long getLoadPlanInstanceId()
public long getRunCount()
public java.lang.String getMasterRepositoryTimestamp()
public int getMasterRepositoryId()