Class SubrepoModificationRange


  • public class SubrepoModificationRange
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SubrepoModificationRange​(java.lang.Long newModId, java.util.List<java.lang.Long> oldModIds)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getNewModId()  
      java.util.List<java.lang.Long> getOldModIds()  
      • Methods inherited from class java.lang.Object

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

      • SubrepoModificationRange

        public SubrepoModificationRange​(@Nullable
                                        java.lang.Long newModId,
                                        @NotNull
                                        java.util.List<java.lang.Long> oldModIds)
    • Method Detail

      • getNewModId

        public java.lang.Long getNewModId()
      • getOldModIds

        public java.util.List<java.lang.Long> getOldModIds()