Package com.carfey.ops.api.bean.history
Class RuntimeSubmissionResult
- java.lang.Object
-
- com.carfey.ops.api.bean.history.RuntimeSubmissionResult
-
public class RuntimeSubmissionResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RuntimeSubmissionResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetJobId()longgetJobRuntimeId()com.carfey.jdk.lang.DateTimegetScheduledTime()voidsetJobId(long jobId)voidsetJobRuntimeId(long jobRuntimeId)voidsetScheduledTime(com.carfey.jdk.lang.DateTime scheduledTime)java.lang.StringtoString()RuntimeSubmissionResultwithJobId(long jobId)RuntimeSubmissionResultwithJobRuntimeId(long jobRuntimeId)RuntimeSubmissionResultwithScheduledTime(com.carfey.jdk.lang.DateTime scheduledTime)
-
-
-
Method Detail
-
getJobRuntimeId
public long getJobRuntimeId()
-
setJobRuntimeId
public void setJobRuntimeId(long jobRuntimeId)
-
withJobRuntimeId
public RuntimeSubmissionResult withJobRuntimeId(long jobRuntimeId)
-
getJobId
public long getJobId()
-
setJobId
public void setJobId(long jobId)
-
withJobId
public RuntimeSubmissionResult withJobId(long jobId)
-
getScheduledTime
public com.carfey.jdk.lang.DateTime getScheduledTime()
-
setScheduledTime
public void setScheduledTime(com.carfey.jdk.lang.DateTime scheduledTime)
-
withScheduledTime
public RuntimeSubmissionResult withScheduledTime(com.carfey.jdk.lang.DateTime scheduledTime)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-