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 |
errorsBeforeUrlUnsubscribe |
protected String |
highThresholdInterval |
protected String |
lowThresholdInterval |
protected int |
maxEventsBeforeResend |
protected String |
rollingWindow |
protected int |
senders |
protected int |
updaters |
protected String |
userRefreshInterval |
Constructor and Description |
---|
RTCConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
getErrorsBeforeUrlUnsubscribe()
Gets the value of the errorsBeforeUrlUnsubscribe property.
|
String |
getHighThresholdInterval()
Gets the value of the highThresholdInterval property.
|
String |
getLowThresholdInterval()
Gets the value of the lowThresholdInterval property.
|
int |
getMaxEventsBeforeResend()
Gets the value of the maxEventsBeforeResend property.
|
String |
getRollingWindow()
Gets the value of the rollingWindow property.
|
int |
getSenders()
Gets the value of the senders property.
|
int |
getUpdaters()
Gets the value of the updaters property.
|
String |
getUserRefreshInterval()
Gets the value of the userRefreshInterval property.
|
int |
hashCode() |
void |
setErrorsBeforeUrlUnsubscribe(int value)
Sets the value of the errorsBeforeUrlUnsubscribe property.
|
void |
setHighThresholdInterval(String value)
Sets the value of the highThresholdInterval property.
|
void |
setLowThresholdInterval(String value)
Sets the value of the lowThresholdInterval property.
|
void |
setMaxEventsBeforeResend(int value)
Sets the value of the maxEventsBeforeResend property.
|
void |
setRollingWindow(String value)
Sets the value of the rollingWindow property.
|
void |
setSenders(int value)
Sets the value of the senders property.
|
void |
setUpdaters(int value)
Sets the value of the updaters property.
|
void |
setUserRefreshInterval(String value)
Sets the value of the userRefreshInterval property.
|
protected int updaters
protected int senders
protected String rollingWindow
protected int maxEventsBeforeResend
protected String lowThresholdInterval
protected String highThresholdInterval
protected String userRefreshInterval
protected int errorsBeforeUrlUnsubscribe
public int getUpdaters()
public void setUpdaters(int value)
public int getSenders()
public void setSenders(int value)
public String getRollingWindow()
String
public void setRollingWindow(String value)
value
- allowed object is
String
public int getMaxEventsBeforeResend()
public void setMaxEventsBeforeResend(int value)
public String getLowThresholdInterval()
String
public void setLowThresholdInterval(String value)
value
- allowed object is
String
public String getHighThresholdInterval()
String
public void setHighThresholdInterval(String value)
value
- allowed object is
String
public String getUserRefreshInterval()
String
public void setUserRefreshInterval(String value)
value
- allowed object is
String
public int getErrorsBeforeUrlUnsubscribe()
public void setErrorsBeforeUrlUnsubscribe(int value)
Copyright © 2018. All rights reserved.