Class ChangesResult.Row.Rev

  • Enclosing class:
    ChangesResult.Row

    public static class ChangesResult.Row.Rev
    extends java.lang.Object
    Represent a Change rev.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String rev  
    • Constructor Summary

      Constructors 
      Constructor Description
      Rev()  
    • Method Summary

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

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

      • rev

        private java.lang.String rev
    • Constructor Detail

      • Rev

        public Rev()
    • Method Detail

      • getRev

        public java.lang.String getRev()