Package com.seeq.model
Class ConditionMonitorInputV1
java.lang.Object
com.seeq.model.ConditionMonitorInputV1
ConditionMonitorInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddConditionIdsItem
(String conditionIdsItem) addCronScheduleItem
(String cronScheduleItem) conditionIds
(List<String> conditionIds) cronSchedule
(List<String> cronSchedule) description
(String description) boolean
The IDs of conditions to monitorThe condition monitor's check interval(s) as a list of cron expressions.Clarifying information or other plain language description of this item.Whether the condition monitor is enabledThe ID of an Item Finder to use to populate the list of conditions.getName()
Human readable name.Query range look ahead in secondsint
hashCode()
itemFinderId
(String itemFinderId) queryRangeLookAhead
(String queryRangeLookAhead) void
setConditionIds
(List<String> conditionIds) void
setCronSchedule
(List<String> cronSchedule) void
setDescription
(String description) void
setEnabled
(Boolean enabled) void
setItemFinderId
(String itemFinderId) void
void
setQueryRangeLookAhead
(String queryRangeLookAhead) toString()
-
Constructor Details
-
ConditionMonitorInputV1
public ConditionMonitorInputV1()
-
-
Method Details
-
conditionIds
-
addConditionIdsItem
-
getConditionIds
The IDs of conditions to monitor- Returns:
- conditionIds
-
setConditionIds
-
cronSchedule
-
addCronScheduleItem
-
getCronSchedule
The condition monitor's check interval(s) as a list of cron expressions. If the list is empty, the system wide default check schedule is used. For more information about cron expressions, see http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html- Returns:
- cronSchedule
-
setCronSchedule
-
description
-
getDescription
Clarifying information or other plain language description of this item. An input of just whitespaces is equivalent to a null input.- Returns:
- description
-
setDescription
-
enabled
-
getEnabled
Whether the condition monitor is enabled- Returns:
- enabled
-
setEnabled
-
itemFinderId
-
getItemFinderId
The ID of an Item Finder to use to populate the list of conditions. If this is provided it will overwrite the list of conditionIds- Returns:
- itemFinderId
-
setItemFinderId
-
name
-
getName
Human readable name. Required during creation. An input of just whitespaces is equivalent to a null input.- Returns:
- name
-
setName
-
queryRangeLookAhead
-
getQueryRangeLookAhead
Query range look ahead in seconds- Returns:
- queryRangeLookAhead
-
setQueryRangeLookAhead
-
equals
-
hashCode
public int hashCode() -
toString
-