public class Duration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
humanReadable
This is the human friendly duration.
|
long |
inSeconds
This is the numeric duration, in seconds.
|
Constructor and Description |
---|
Duration() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public long inSeconds
public java.lang.String humanReadable