|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.hq.types.AlertDefinition
public class AlertDefinition
Java class for AlertDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertDefinition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ResourcePrototype" type="{}ResourcePrototype"/> <element name="AlertCondition" type="{}AlertCondition" maxOccurs="unbounded"/> </sequence> <attribute name="controlFiltered" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="notifyFiltered" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="willRecover" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="range" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="frequency" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="active" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="priority" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected boolean |
active
|
protected java.util.List<AlertCondition> |
alertCondition
|
protected boolean |
controlFiltered
|
protected int |
count
|
protected java.lang.String |
description
|
protected int |
frequency
|
protected java.lang.Integer |
id
|
protected java.lang.String |
name
|
protected boolean |
notifyFiltered
|
protected java.lang.Integer |
parent
|
protected int |
priority
|
protected int |
range
|
protected ResourcePrototype |
resourcePrototype
|
protected boolean |
willRecover
|
Constructor Summary | |
---|---|
AlertDefinition()
|
Method Summary | |
---|---|
java.util.List<AlertCondition> |
getAlertCondition()
Gets the value of the alertCondition property. |
int |
getCount()
Gets the value of the count property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
int |
getFrequency()
Gets the value of the frequency property. |
java.lang.Integer |
getId()
Gets the value of the id property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.Integer |
getParent()
Gets the value of the parent property. |
int |
getPriority()
Gets the value of the priority property. |
int |
getRange()
Gets the value of the range property. |
ResourcePrototype |
getResourcePrototype()
Gets the value of the resourcePrototype property. |
boolean |
isActive()
Gets the value of the active property. |
boolean |
isControlFiltered()
Gets the value of the controlFiltered property. |
boolean |
isNotifyFiltered()
Gets the value of the notifyFiltered property. |
boolean |
isWillRecover()
Gets the value of the willRecover property. |
void |
setActive(boolean value)
Sets the value of the active property. |
void |
setControlFiltered(boolean value)
Sets the value of the controlFiltered property. |
void |
setCount(int value)
Sets the value of the count property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setFrequency(int value)
Sets the value of the frequency property. |
void |
setId(java.lang.Integer value)
Sets the value of the id property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNotifyFiltered(boolean value)
Sets the value of the notifyFiltered property. |
void |
setParent(java.lang.Integer value)
Sets the value of the parent property. |
void |
setPriority(int value)
Sets the value of the priority property. |
void |
setRange(int value)
Sets the value of the range property. |
void |
setResourcePrototype(ResourcePrototype value)
Sets the value of the resourcePrototype property. |
void |
setWillRecover(boolean value)
Sets the value of the willRecover property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ResourcePrototype resourcePrototype
protected java.util.List<AlertCondition> alertCondition
protected boolean controlFiltered
protected boolean notifyFiltered
protected boolean willRecover
protected int range
protected int count
protected int frequency
protected boolean active
protected int priority
protected java.lang.Integer parent
protected java.lang.String description
protected java.lang.String name
protected java.lang.Integer id
Constructor Detail |
---|
public AlertDefinition()
Method Detail |
---|
public ResourcePrototype getResourcePrototype()
ResourcePrototype
public void setResourcePrototype(ResourcePrototype value)
value
- allowed object is
ResourcePrototype
public java.util.List<AlertCondition> getAlertCondition()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the alertCondition property.
For example, to add a new item, do as follows:
getAlertCondition().add(newItem);
Objects of the following type(s) are allowed in the list
AlertCondition
public boolean isControlFiltered()
public void setControlFiltered(boolean value)
public boolean isNotifyFiltered()
public void setNotifyFiltered(boolean value)
public boolean isWillRecover()
public void setWillRecover(boolean value)
public int getRange()
public void setRange(int value)
public int getCount()
public void setCount(int value)
public int getFrequency()
public void setFrequency(int value)
public boolean isActive()
public void setActive(boolean value)
public int getPriority()
public void setPriority(int value)
public java.lang.Integer getParent()
Integer
public void setParent(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getId()
Integer
public void setId(java.lang.Integer value)
value
- allowed object is
Integer
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |