| java.lang.Object | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.CacheItem |
Java class for CacheItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CacheItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Data" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| data | |||||||||||
| key | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the data property.
| |||||||||||
Gets the value of the key property.
| |||||||||||
Sets the value of the data property.
| |||||||||||
Sets the value of the key property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the data property.
Gets the value of the key property.
Sets the value of the data property.
| value | Allowed object is String |
|---|
Sets the value of the key property.
| value | Allowed object is String |
|---|