Package com.scene7.ipsapi
Class CdnCacheInvalidationReturn
java.lang.Object
com.scene7.ipsapi.CdnCacheInvalidationReturn
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the estimatedSeconds property.Gets the value of the invalidationHandle property.voidsetEstimatedSeconds(int value) Sets the value of the estimatedSeconds property.voidsetInvalidationHandle(String value) Sets the value of the invalidationHandle property.
-
Constructor Details
-
CdnCacheInvalidationReturn
public CdnCacheInvalidationReturn()
-
-
Method Details
-
getInvalidationHandle
Gets the value of the invalidationHandle property.- Returns:
- possible object is
String
-
setInvalidationHandle
Sets the value of the invalidationHandle property.- Parameters:
value- allowed object isString
-
getEstimatedSeconds
public int getEstimatedSeconds()Gets the value of the estimatedSeconds property. -
setEstimatedSeconds
public void setEstimatedSeconds(int value) Sets the value of the estimatedSeconds property.
-