public class Duration extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Duration.Deserializer |
static class |
Duration.Serializer |
| Constructor and Description |
|---|
Duration()
No args constructor for serialization
|
Duration(Integer nanos,
Long seconds) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Integer |
getNanos() |
Long |
getSeconds() |
void |
setAdditionalProperty(String name,
Object value) |
Copyright © 2017–2018 Red Hat. All rights reserved.