org.bson.types

类 BSONTimestamp

    • 构造器详细资料

      • BSONTimestamp

        public BSONTimestamp()
      • BSONTimestamp

        public BSONTimestamp(int time,
                     int inc)
    • 方法详细资料

      • getTime

        public int getTime()
        返回:
        get time in seconds since epoch
      • getInc

        public int getInc()
      • getDate

        public Date getDate()

Copyright © 2015. All Rights Reserved.