Class Comment.Range

java.lang.Object
com.google.gerrit.extensions.client.Comment.Range
All Implemented Interfaces:
Comparable<Comment.Range>
Enclosing class:
Comment

public static class Comment.Range extends Object implements Comparable<Comment.Range>
  • Field Details

    • startLine

      public int startLine
    • startCharacter

      public int startCharacter
    • endLine

      public int endLine
    • endCharacter

      public int endCharacter
  • Constructor Details

    • Range

      public Range()
  • Method Details