public class CdnCacheInvalidationReturn 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="invalidationHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="estimatedSeconds" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CdnCacheInvalidationReturn() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEstimatedSeconds()
Gets the value of the estimatedSeconds property.
|
String |
getInvalidationHandle()
Gets the value of the invalidationHandle property.
|
void |
setEstimatedSeconds(int value)
Sets the value of the estimatedSeconds property.
|
void |
setInvalidationHandle(String value)
Sets the value of the invalidationHandle property.
|
public String getInvalidationHandle()
Stringpublic void setInvalidationHandle(String value)
value - allowed object is
Stringpublic int getEstimatedSeconds()
public void setEstimatedSeconds(int value)
Copyright © 2010 - 2020 Adobe. All Rights Reserved