public class DurationWrapper extends BaseDataObject
| Constructor and Description |
|---|
DurationWrapper(Duration duration)
DurationWrapper is a wrapper for the duration type of nebula-graph
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDurationString() |
int |
getMicroseconds() |
int |
getMonths() |
long |
getSeconds() |
int |
hashCode() |
String |
toString() |
getDecodeType, getTimezoneOffset, setDecodeType, setTimezoneOffsetpublic DurationWrapper(Duration duration)
public long getSeconds()
public int getMicroseconds()
public int getMonths()
public String getDurationString()
Copyright © 2022. All rights reserved.