Package io.tech1.framework.domain.tuples
Class TupleSmartTimestamp
- java.lang.Object
-
- io.tech1.framework.domain.tuples.TupleSmartTimestamp
-
public class TupleSmartTimestamp extends Object
-
-
Constructor Summary
Constructors Constructor Description TupleSmartTimestamp(long timestamp, ZoneId zoneId, String dateTimePattern)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetFormatted()longgetTimestamp()inthashCode()static TupleSmartTimestampof(long timestamp, ZoneId zoneId, String dateTimePattern)StringtoString()
-
-
-
Method Detail
-
of
public static TupleSmartTimestamp of(long timestamp, ZoneId zoneId, String dateTimePattern)
-
getTimestamp
public long getTimestamp()
-
getFormatted
public String getFormatted()
-
canEqual
protected boolean canEqual(Object other)
-
-