Class CommonCodecs.Timestamp

java.lang.Object
csw.prefix.codecs.CommonCodecs.Timestamp
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing interface:
CommonCodecs

public static class CommonCodecs.Timestamp extends Object implements scala.Product, Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Timestamp(long seconds, long nanos)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    long
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • Timestamp

      public Timestamp(long seconds, long nanos)
  • Method Details

    • seconds

      public long seconds()
    • nanos

      public long nanos()