public class Timespec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
Timespec()
No args constructor for use in serialization
|
Timespec(Long nsec,
Long sec) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Long |
getNsec() |
Long |
getSec() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setNsec(Long nsec) |
void |
setSec(Long sec) |
Copyright © 2015–2020 Red Hat. All rights reserved.