public static class ThreadPoolsType.ThreadPool
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="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="min-size" use="required" type="{http://www.ehcache.org/v3}propertyOrNonNegativeInteger" />
<attribute name="max-size" use="required" type="{http://www.ehcache.org/v3}propertyOrPositiveInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
_default |
protected java.lang.String |
alias |
protected java.math.BigInteger |
maxSize |
protected java.math.BigInteger |
minSize |
| Constructor and Description |
|---|
ThreadPool() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlias()
Gets the value of the alias property.
|
java.math.BigInteger |
getMaxSize()
Gets the value of the maxSize property.
|
java.math.BigInteger |
getMinSize()
Gets the value of the minSize property.
|
boolean |
isDefault()
Gets the value of the default property.
|
void |
setAlias(java.lang.String value)
Sets the value of the alias property.
|
void |
setDefault(java.lang.Boolean value)
Sets the value of the default property.
|
void |
setMaxSize(java.math.BigInteger value)
Sets the value of the maxSize property.
|
void |
setMinSize(java.math.BigInteger value)
Sets the value of the minSize property.
|
ThreadPoolsType.ThreadPool |
withAlias(java.lang.String value) |
ThreadPoolsType.ThreadPool |
withDefault(java.lang.Boolean value) |
ThreadPoolsType.ThreadPool |
withMaxSize(java.math.BigInteger value) |
ThreadPoolsType.ThreadPool |
withMinSize(java.math.BigInteger value) |
protected java.lang.String alias
protected java.lang.Boolean _default
protected java.math.BigInteger minSize
protected java.math.BigInteger maxSize
public java.lang.String getAlias()
Stringpublic void setAlias(java.lang.String value)
value - allowed object is
Stringpublic boolean isDefault()
Booleanpublic void setDefault(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.math.BigInteger getMinSize()
Stringpublic void setMinSize(java.math.BigInteger value)
value - allowed object is
Stringpublic java.math.BigInteger getMaxSize()
Stringpublic void setMaxSize(java.math.BigInteger value)
value - allowed object is
Stringpublic ThreadPoolsType.ThreadPool withAlias(java.lang.String value)
public ThreadPoolsType.ThreadPool withDefault(java.lang.Boolean value)
public ThreadPoolsType.ThreadPool withMinSize(java.math.BigInteger value)
public ThreadPoolsType.ThreadPool withMaxSize(java.math.BigInteger value)