Package com.seeq.model
Class ScheduledNotebookListOutputV1
java.lang.Object
com.seeq.model.ScheduledNotebookListOutputV1
ScheduledNotebookListOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddScheduledNotebooksItem
(ScheduledNotebookOutputV1 scheduledNotebooksItem) boolean
The scheduled notebooks within this ProjectA plain language status message with information about any issues that may have been encountered during an operationint
hashCode()
scheduledNotebooks
(List<ScheduledNotebookOutputV1> scheduledNotebooks) void
setScheduledNotebooks
(List<ScheduledNotebookOutputV1> scheduledNotebooks) void
setStatusMessage
(String statusMessage) statusMessage
(String statusMessage) toString()
-
Constructor Details
-
ScheduledNotebookListOutputV1
public ScheduledNotebookListOutputV1()
-
-
Method Details
-
scheduledNotebooks
public ScheduledNotebookListOutputV1 scheduledNotebooks(List<ScheduledNotebookOutputV1> scheduledNotebooks) -
addScheduledNotebooksItem
public ScheduledNotebookListOutputV1 addScheduledNotebooksItem(ScheduledNotebookOutputV1 scheduledNotebooksItem) -
getScheduledNotebooks
The scheduled notebooks within this Project- Returns:
- scheduledNotebooks
-
setScheduledNotebooks
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation- Returns:
- statusMessage
-
setStatusMessage
-
equals
-
hashCode
public int hashCode() -
toString
-