Package org.opennms.netmgt.config.rtc
Class RTCConfiguration
- java.lang.Object
-
- org.opennms.netmgt.config.rtc.RTCConfiguration
-
public class RTCConfiguration extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="updaters" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> <attribute name="senders" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> <attribute name="rollingWindow" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="maxEventsBeforeResend" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="lowThresholdInterval" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="highThresholdInterval" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="userRefreshInterval" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="errorsBeforeUrlUnsubscribe" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected int
m_errorsBeforeUrlUnsubscribe
protected java.lang.String
m_highThresholdInterval
protected java.lang.String
m_lowThresholdInterval
protected int
m_maxEventsBeforeResend
protected java.lang.String
m_rollingWindow
protected int
m_senders
protected int
m_updaters
protected java.lang.String
m_userRefreshInterval
-
Constructor Summary
Constructors Constructor Description RTCConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
getErrorsBeforeUrlUnsubscribe()
java.lang.String
getHighThresholdInterval()
java.lang.String
getLowThresholdInterval()
int
getMaxEventsBeforeResend()
java.lang.String
getRollingWindow()
int
getSenders()
int
getUpdaters()
java.lang.String
getUserRefreshInterval()
int
hashCode()
void
setErrorsBeforeUrlUnsubscribe(int value)
void
setHighThresholdInterval(java.lang.String value)
void
setLowThresholdInterval(java.lang.String value)
void
setMaxEventsBeforeResend(int value)
void
setRollingWindow(java.lang.String value)
void
setSenders(int value)
void
setUpdaters(int value)
void
setUserRefreshInterval(java.lang.String value)
-
-
-
Field Detail
-
m_updaters
protected int m_updaters
-
m_senders
protected int m_senders
-
m_rollingWindow
protected java.lang.String m_rollingWindow
-
m_maxEventsBeforeResend
protected int m_maxEventsBeforeResend
-
m_lowThresholdInterval
protected java.lang.String m_lowThresholdInterval
-
m_highThresholdInterval
protected java.lang.String m_highThresholdInterval
-
m_userRefreshInterval
protected java.lang.String m_userRefreshInterval
-
m_errorsBeforeUrlUnsubscribe
protected int m_errorsBeforeUrlUnsubscribe
-
-
Method Detail
-
getUpdaters
public int getUpdaters()
-
setUpdaters
public void setUpdaters(int value)
-
getSenders
public int getSenders()
-
setSenders
public void setSenders(int value)
-
getRollingWindow
public java.lang.String getRollingWindow()
-
setRollingWindow
public void setRollingWindow(java.lang.String value)
-
getMaxEventsBeforeResend
public int getMaxEventsBeforeResend()
-
setMaxEventsBeforeResend
public void setMaxEventsBeforeResend(int value)
-
getLowThresholdInterval
public java.lang.String getLowThresholdInterval()
-
setLowThresholdInterval
public void setLowThresholdInterval(java.lang.String value)
-
getHighThresholdInterval
public java.lang.String getHighThresholdInterval()
-
setHighThresholdInterval
public void setHighThresholdInterval(java.lang.String value)
-
getUserRefreshInterval
public java.lang.String getUserRefreshInterval()
-
setUserRefreshInterval
public void setUserRefreshInterval(java.lang.String value)
-
getErrorsBeforeUrlUnsubscribe
public int getErrorsBeforeUrlUnsubscribe()
-
setErrorsBeforeUrlUnsubscribe
public void setErrorsBeforeUrlUnsubscribe(int value)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-