public class CommentInline
extends java.lang.Object
| Constructor and Description |
|---|
CommentInline() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
CommentInline |
from(java.lang.Integer from)
The comment's anchor line in the old version of the file.
|
@Min(value=1L) java.lang.Integer |
getFrom() |
java.lang.String |
getPath() |
@Min(value=1L) java.lang.Integer |
getTo() |
int |
hashCode() |
CommentInline |
path(java.lang.String path)
The path of the file this comment is anchored to.
|
void |
setFrom(java.lang.Integer from) |
void |
setPath(java.lang.String path) |
void |
setTo(java.lang.Integer to) |
CommentInline |
to(java.lang.Integer to)
The comment's anchor line in the new version of the file.
|
java.lang.String |
toString() |
public CommentInline path(java.lang.String path)
public java.lang.String getPath()
public void setPath(java.lang.String path)
public CommentInline from(java.lang.Integer from)
@Min(value=1L) public @Min(value=1L) java.lang.Integer getFrom()
public void setFrom(java.lang.Integer from)
public CommentInline to(java.lang.Integer to)
@Min(value=1L) public @Min(value=1L) java.lang.Integer getTo()
public void setTo(java.lang.Integer to)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object