public class Duration
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
humanReadable
The human-friendly duration.
|
long |
inSeconds
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