public class ProfileInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
ProfileInfo.TYPE |
Modifier and Type | Field and Description |
---|---|
private long |
end |
private java.lang.String |
label |
private long |
queued |
private long |
start |
private long |
submit |
private ProfileInfo.TYPE |
type |
Constructor and Description |
---|
ProfileInfo(java.lang.String _label,
int _type,
long _start,
long _end,
long _submit,
long _queued)
Minimal constructor
|
Modifier and Type | Method and Description |
---|---|
long |
getEnd() |
java.lang.String |
getLabel() |
long |
getQueued() |
long |
getStart() |
long |
getSubmit() |
ProfileInfo.TYPE |
getType() |
java.lang.String |
toString() |
private final ProfileInfo.TYPE type
private final java.lang.String label
private final long start
private final long end
private final long submit
private final long queued
public ProfileInfo(java.lang.String _label, int _type, long _start, long _end, long _submit, long _queued)
_label
- _type
- _start
- _end
- _submit
- _queued
- public long getStart()
public long getEnd()
public long getSubmit()
public long getQueued()
public java.lang.String getLabel()
public ProfileInfo.TYPE getType()
public java.lang.String toString()
toString
in class java.lang.Object