public static class Thresholds.Threshold extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="limit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="enforced" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="currentCount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="aboveThreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
aboveThreshold |
protected String |
currentCount |
protected String |
enforced |
protected String |
limit |
protected String |
name |
| Constructor and Description |
|---|
Threshold() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
String |
getAboveThreshold()
Gets the value of the aboveThreshold property.
|
String |
getCurrentCount()
Gets the value of the currentCount property.
|
String |
getEnforced()
Gets the value of the enforced property.
|
String |
getLimit()
Gets the value of the limit property.
|
String |
getName()
Gets the value of the name property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAboveThreshold(String value)
Sets the value of the aboveThreshold property.
|
void |
setCurrentCount(String value)
Sets the value of the currentCount property.
|
void |
setEnforced(String value)
Sets the value of the enforced property.
|
void |
setLimit(String value)
Sets the value of the limit property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected String limit
protected String enforced
protected String currentCount
protected String aboveThreshold
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getLimit()
Stringpublic void setLimit(String value)
value - allowed object is
Stringpublic String getEnforced()
Stringpublic void setEnforced(String value)
value - allowed object is
Stringpublic String getCurrentCount()
Stringpublic void setCurrentCount(String value)
value - allowed object is
Stringpublic String getAboveThreshold()
Stringpublic void setAboveThreshold(String value)
value - allowed object is
Stringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2025. All Rights Reserved.