Package com.seeq.model
Class ConditionNotificationOutputV1
java.lang.Object
com.seeq.model.ConditionNotificationOutputV1
A list of condition notifications
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreator
(IdentityPreviewV1 creator) boolean
Get creatorWhether the associated condition monitor is enabled or notgetId()
ID of the associated condition monitorgetName()
Notification nameThe workbooks that contain the conditions associated with the condition monitorint
hashCode()
putWorkbooksItem
(String key, String workbooksItem) void
setCreator
(IdentityPreviewV1 creator) void
setEnabled
(Boolean enabled) void
void
void
setWorkbooks
(Map<String, String> workbooks) toString()
-
Constructor Details
-
ConditionNotificationOutputV1
public ConditionNotificationOutputV1()
-
-
Method Details
-
creator
-
getCreator
Get creator- Returns:
- creator
-
setCreator
-
enabled
-
getEnabled
Whether the associated condition monitor is enabled or not- Returns:
- enabled
-
setEnabled
-
id
-
getId
ID of the associated condition monitor- Returns:
- id
-
setId
-
name
-
getName
Notification name- Returns:
- name
-
setName
-
workbooks
-
putWorkbooksItem
-
getWorkbooks
The workbooks that contain the conditions associated with the condition monitor- Returns:
- workbooks
-
setWorkbooks
-
equals
-
hashCode
public int hashCode() -
toString
-