Package com.google.gerrit.server.notedb
Class ChangeNotes.Factory.ChangeNotesResult
java.lang.Object
com.google.gerrit.server.notedb.ChangeNotes.Factory.ChangeNotesResult
- Enclosing class:
- ChangeNotes.Factory
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ChangeNotesResult
public ChangeNotesResult()
-
-
Method Details
-
id
Change ID that was scanned. -
error
Error encountered while loading this change, if any. -
notes
Notes loaded for this change.- Returns:
- notes.
- Throws:
IllegalStateException
- if there was an error loading the change; callers must check thaterror()
is absent before attempting to look up the notes.
-