public class CacheEntryType
extends java.lang.Object
Java class for cache-entry-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cache-entry-type">
<simpleContent>
<extension base="<http://www.ehcache.org/v3>fqcn-type">
<attribute name="serializer" type="{http://www.ehcache.org/v3}fqcn-type" />
<attribute name="copier" type="{http://www.ehcache.org/v3}fqcn-type" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
copier |
protected java.lang.String |
serializer |
protected java.lang.String |
value |
| Constructor and Description |
|---|
CacheEntryType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCopier()
Gets the value of the copier property.
|
java.lang.String |
getSerializer()
Gets the value of the serializer property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setCopier(java.lang.String value)
Sets the value of the copier property.
|
void |
setSerializer(java.lang.String value)
Sets the value of the serializer property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
CacheEntryType |
withCopier(java.lang.String value) |
CacheEntryType |
withSerializer(java.lang.String value) |
CacheEntryType |
withValue(java.lang.String value) |
protected java.lang.String value
protected java.lang.String serializer
protected java.lang.String copier
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSerializer()
Stringpublic void setSerializer(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCopier()
Stringpublic void setCopier(java.lang.String value)
value - allowed object is
Stringpublic CacheEntryType withValue(java.lang.String value)
public CacheEntryType withSerializer(java.lang.String value)
public CacheEntryType withCopier(java.lang.String value)