public class RTCConfiguration extends 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>
Modifier and Type | Field and Description |
---|---|
protected int |
m_errorsBeforeUrlUnsubscribe |
protected String |
m_highThresholdInterval |
protected String |
m_lowThresholdInterval |
protected int |
m_maxEventsBeforeResend |
protected String |
m_rollingWindow |
protected int |
m_senders |
protected int |
m_updaters |
protected String |
m_userRefreshInterval |
Constructor and Description |
---|
RTCConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getErrorsBeforeUrlUnsubscribe() |
String |
getHighThresholdInterval() |
String |
getLowThresholdInterval() |
int |
getMaxEventsBeforeResend() |
String |
getRollingWindow() |
int |
getSenders() |
int |
getUpdaters() |
String |
getUserRefreshInterval() |
int |
hashCode() |
void |
setErrorsBeforeUrlUnsubscribe(int value) |
void |
setHighThresholdInterval(String value) |
void |
setLowThresholdInterval(String value) |
void |
setMaxEventsBeforeResend(int value) |
void |
setRollingWindow(String value) |
void |
setSenders(int value) |
void |
setUpdaters(int value) |
void |
setUserRefreshInterval(String value) |
protected int m_updaters
protected int m_senders
protected String m_rollingWindow
protected int m_maxEventsBeforeResend
protected String m_lowThresholdInterval
protected String m_highThresholdInterval
protected String m_userRefreshInterval
protected int m_errorsBeforeUrlUnsubscribe
public int getUpdaters()
public void setUpdaters(int value)
public int getSenders()
public void setSenders(int value)
public String getRollingWindow()
public void setRollingWindow(String value)
public int getMaxEventsBeforeResend()
public void setMaxEventsBeforeResend(int value)
public String getLowThresholdInterval()
public void setLowThresholdInterval(String value)
public String getHighThresholdInterval()
public void setHighThresholdInterval(String value)
public String getUserRefreshInterval()
public void setUserRefreshInterval(String value)
public int getErrorsBeforeUrlUnsubscribe()
public void setErrorsBeforeUrlUnsubscribe(int value)
Copyright © 2021. All rights reserved.