public class Note extends ObjectId
| Constructor and Description |
|---|
Note(AnyObjectId noteOn,
ObjectId noteData)
A Git note about the object referenced by
noteOn. |
| Modifier and Type | Method and Description |
|---|---|
ObjectId |
getData()
Get the note content.
|
(package private) void |
setData(ObjectId newData) |
java.lang.String |
toString() |
equals, fromRaw, fromRaw, fromRaw, fromRaw, fromString, fromString, isId, toObjectId, toString, zeroIdprivate ObjectId data
public Note(AnyObjectId noteOn, ObjectId noteData)
noteOn.noteOn - the object that has a note attached to it.noteData - the actual note data contained in this notepublic ObjectId getData()
void setData(ObjectId newData)
public java.lang.String toString()
toString in class AnyObjectId