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