Package com.scene7.ipsapi
Class CdnCacheInvalidationReturn
- java.lang.Object
-
- com.scene7.ipsapi.CdnCacheInvalidationReturn
-
public class CdnCacheInvalidationReturn extends java.lang.ObjectJava 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 Constructor Description CdnCacheInvalidationReturn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEstimatedSeconds()Gets the value of the estimatedSeconds property.java.lang.StringgetInvalidationHandle()Gets the value of the invalidationHandle property.voidsetEstimatedSeconds(int value)Sets the value of the estimatedSeconds property.voidsetInvalidationHandle(java.lang.String value)Sets the value of the invalidationHandle property.
-
-
-
Method Detail
-
getInvalidationHandle
public java.lang.String getInvalidationHandle()
Gets the value of the invalidationHandle property.- Returns:
- possible object is
String
-
setInvalidationHandle
public void setInvalidationHandle(java.lang.String value)
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.
-
-