public class GetCacheResponse 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">
<sequence>
<element name="GetCacheResult" type="{http://Checkmarx.com}CxWSResponseCache" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseCache |
getCacheResult |
| Constructor and Description |
|---|
GetCacheResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseCache |
getGetCacheResult()
Gets the value of the getCacheResult property.
|
void |
setGetCacheResult(CxWSResponseCache value)
Sets the value of the getCacheResult property.
|
protected CxWSResponseCache getCacheResult
public CxWSResponseCache getGetCacheResult()
CxWSResponseCachepublic void setGetCacheResult(CxWSResponseCache value)
value - allowed object is
CxWSResponseCacheCopyright © 2020. All rights reserved.