Package nis.svc.opt.api
Interface ProjectLogs.Note
-
- Enclosing interface:
- ProjectLogs
public static interface ProjectLogs.Note
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
from()
The source of this note.java.lang.String
text()
Any additional note data that the rule wants to provide.ProjectLogs.Type
type()
The note type.
-
-
-
Method Detail
-
from
java.lang.String from()
The source of this note. Eg. the main line, or plug name.- Returns:
-
type
ProjectLogs.Type type()
The note type.- Returns:
- the note type.
-
text
java.lang.String text()
Any additional note data that the rule wants to provide.- Returns:
- The data
-
-