Class Change

java.lang.Object
io.github.andreyzebin.gitSql.git.Change

public class Change extends Object
  • Constructor Details

    • Change

      public Change(String file, String type)
    • Change

      public Change()
  • Method Details

    • isDeletion

      public boolean isDeletion()
    • isModification

      public boolean isModification()
    • isAddition

      public boolean isAddition()
    • isUpdate

      public boolean isUpdate()
    • builder

      public static Change.ChangeBuilder builder()
    • getFile

      public String getFile()
    • getType

      public String getType()
    • setFile

      public void setFile(String file)
    • setType

      public void setType(String type)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object