public class Timing
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Details about the timing of a job.
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
finishTimeMillis
The time the job finished transcoding, in epoch milliseconds.
|
private java.lang.Long |
startTimeMillis
The time the job began transcoding, in epoch milliseconds.
|
private java.lang.Long |
submitTimeMillis
The time the job was submitted to Elastic Transcoder, in epoch
milliseconds.
|
Constructor and Description |
---|
Timing() |
Modifier and Type | Method and Description |
---|---|
Timing |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getFinishTimeMillis()
The time the job finished transcoding, in epoch milliseconds.
|
java.lang.Long |
getStartTimeMillis()
The time the job began transcoding, in epoch milliseconds.
|
java.lang.Long |
getSubmitTimeMillis()
The time the job was submitted to Elastic Transcoder, in epoch
milliseconds.
|
int |
hashCode() |
void |
setFinishTimeMillis(java.lang.Long finishTimeMillis)
The time the job finished transcoding, in epoch milliseconds.
|
void |
setStartTimeMillis(java.lang.Long startTimeMillis)
The time the job began transcoding, in epoch milliseconds.
|
void |
setSubmitTimeMillis(java.lang.Long submitTimeMillis)
The time the job was submitted to Elastic Transcoder, in epoch
milliseconds.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Timing |
withFinishTimeMillis(java.lang.Long finishTimeMillis)
The time the job finished transcoding, in epoch milliseconds.
|
Timing |
withStartTimeMillis(java.lang.Long startTimeMillis)
The time the job began transcoding, in epoch milliseconds.
|
Timing |
withSubmitTimeMillis(java.lang.Long submitTimeMillis)
The time the job was submitted to Elastic Transcoder, in epoch
milliseconds.
|
private java.lang.Long submitTimeMillis
The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
private java.lang.Long startTimeMillis
The time the job began transcoding, in epoch milliseconds.
private java.lang.Long finishTimeMillis
The time the job finished transcoding, in epoch milliseconds.
public void setSubmitTimeMillis(java.lang.Long submitTimeMillis)
The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
submitTimeMillis
- The time the job was submitted to Elastic Transcoder, in epoch
milliseconds.public java.lang.Long getSubmitTimeMillis()
The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
public Timing withSubmitTimeMillis(java.lang.Long submitTimeMillis)
The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
submitTimeMillis
- The time the job was submitted to Elastic Transcoder, in epoch
milliseconds.public void setStartTimeMillis(java.lang.Long startTimeMillis)
The time the job began transcoding, in epoch milliseconds.
startTimeMillis
- The time the job began transcoding, in epoch milliseconds.public java.lang.Long getStartTimeMillis()
The time the job began transcoding, in epoch milliseconds.
public Timing withStartTimeMillis(java.lang.Long startTimeMillis)
The time the job began transcoding, in epoch milliseconds.
startTimeMillis
- The time the job began transcoding, in epoch milliseconds.public void setFinishTimeMillis(java.lang.Long finishTimeMillis)
The time the job finished transcoding, in epoch milliseconds.
finishTimeMillis
- The time the job finished transcoding, in epoch milliseconds.public java.lang.Long getFinishTimeMillis()
The time the job finished transcoding, in epoch milliseconds.
public Timing withFinishTimeMillis(java.lang.Long finishTimeMillis)
The time the job finished transcoding, in epoch milliseconds.
finishTimeMillis
- The time the job finished transcoding, in epoch milliseconds.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Timing clone()
clone
in class java.lang.Object