public class CRDRunDetail
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static short |
ACTIVITY_BUILD
indicates the activity type of this cube run detail: build (value=1).
|
static short |
ACTIVITY_UPDATE
indicates the activity type of this cube run detail: build (value=2).
|
Constructor and Description |
---|
CRDRunDetail(CRDInfoKey crdKey,
short activityType,
long start,
long end,
boolean success) |
Modifier and Type | Method and Description |
---|---|
short |
getActivityType()
get activity type of this cube run detail.
|
CRDInfoKey |
getCRDInfoKey()
get cube key of this cube run detail
|
long |
getEndTime()
get end time of this cube run.
|
long |
getStartTime()
get start time of this cube run.
|
boolean |
isSuccess()
get the activity is successful or not.
|
public static final short ACTIVITY_BUILD
public static final short ACTIVITY_UPDATE
public CRDRunDetail(CRDInfoKey crdKey, short activityType, long start, long end, boolean success)
public CRDInfoKey getCRDInfoKey()
public short getActivityType()
ACTIVITY_BUILD
or ACTIVITY_UPDATE
.public long getStartTime()
public long getEndTime()
public boolean isSuccess()
true
means success.