Class MetadataBackupModel


  • public class MetadataBackupModel
    extends java.lang.Object
    Description of metadata collection Backup model.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.bson.Document getLifecycle()  
      org.bson.Document getMetadatas()  
      java.lang.Long getOffset()  
      void setGot​(org.bson.Document got)  
      void setLifecycle​(org.bson.Document lifecycle)  
      void setOffset​(java.lang.Long offset)  
      void setUnit​(org.bson.Document unit)  
      • Methods inherited from class java.lang.Object

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

      • MetadataBackupModel

        public MetadataBackupModel()
    • Method Detail

      • getMetadatas

        public org.bson.Document getMetadatas()
      • setUnit

        public void setUnit​(org.bson.Document unit)
      • setGot

        public void setGot​(org.bson.Document got)
      • getLifecycle

        public org.bson.Document getLifecycle()
      • setLifecycle

        public void setLifecycle​(org.bson.Document lifecycle)
      • getOffset

        public java.lang.Long getOffset()
      • setOffset

        public void setOffset​(java.lang.Long offset)