Class BsonTimestamp

  • All Implemented Interfaces:
    Bson, java.io.Serializable

    public class BsonTimestamp
    extends java.lang.Object
    implements Bson
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BsonTimestamp()  
        BsonTimestamp​(long timestamp)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getTimestamp()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BsonTimestamp

        protected BsonTimestamp()
      • BsonTimestamp

        public BsonTimestamp​(long timestamp)
    • Method Detail

      • getTimestamp

        public long getTimestamp()