public class SearchCodeSearchResult
extends java.lang.Object
| Constructor and Description |
|---|
SearchCodeSearchResult() |
| Modifier and Type | Method and Description |
|---|---|
SearchCodeSearchResult |
contentMatchCount(java.lang.Long contentMatchCount) |
SearchCodeSearchResult |
contentMatches(java.util.List<SearchContentMatch> contentMatches) |
boolean |
equals(java.lang.Object o) |
SearchCodeSearchResult |
file(CommitFile file) |
java.lang.Long |
getContentMatchCount() |
java.util.List<SearchContentMatch> |
getContentMatches() |
CommitFile |
getFile() |
java.util.List<SearchSegment> |
getPathMatches() |
java.lang.String |
getType() |
int |
hashCode() |
SearchCodeSearchResult |
pathMatches(java.util.List<SearchSegment> pathMatches) |
void |
setContentMatchCount(java.lang.Long contentMatchCount) |
void |
setContentMatches(java.util.List<SearchContentMatch> contentMatches) |
void |
setFile(CommitFile file) |
void |
setPathMatches(java.util.List<SearchSegment> pathMatches) |
void |
setType(java.lang.String type) |
java.lang.String |
toString() |
SearchCodeSearchResult |
type(java.lang.String type) |
public SearchCodeSearchResult file(CommitFile file)
public CommitFile getFile()
public void setFile(CommitFile file)
public SearchCodeSearchResult pathMatches(java.util.List<SearchSegment> pathMatches)
public java.util.List<SearchSegment> getPathMatches()
public void setPathMatches(java.util.List<SearchSegment> pathMatches)
public SearchCodeSearchResult type(java.lang.String type)
public java.lang.String getType()
public void setType(java.lang.String type)
public SearchCodeSearchResult contentMatches(java.util.List<SearchContentMatch> contentMatches)
public java.util.List<SearchContentMatch> getContentMatches()
public void setContentMatches(java.util.List<SearchContentMatch> contentMatches)
public SearchCodeSearchResult contentMatchCount(java.lang.Long contentMatchCount)
public java.lang.Long getContentMatchCount()
public void setContentMatchCount(java.lang.Long contentMatchCount)
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