Package com.scene7.ipsapi
Class GetCdnCacheInvalidationStatusReturn
- java.lang.Object
-
- com.scene7.ipsapi.GetCdnCacheInvalidationStatusReturn
-
public class GetCdnCacheInvalidationStatusReturn 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="status" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pingAfterSeconds" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="completionTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description GetCdnCacheInvalidationStatusReturn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetCompletionTime()Gets the value of the completionTime property.IntegergetPingAfterSeconds()Gets the value of the pingAfterSeconds property.StringgetStatus()Gets the value of the status property.voidsetCompletionTime(XMLGregorianCalendar value)Sets the value of the completionTime property.voidsetPingAfterSeconds(Integer value)Sets the value of the pingAfterSeconds property.voidsetStatus(String value)Sets the value of the status property.
-
-
-
Method Detail
-
getStatus
public String getStatus()
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
public void setStatus(String value)
Sets the value of the status property.- Parameters:
value- allowed object isString
-
getPingAfterSeconds
public Integer getPingAfterSeconds()
Gets the value of the pingAfterSeconds property.- Returns:
- possible object is
Integer
-
setPingAfterSeconds
public void setPingAfterSeconds(Integer value)
Sets the value of the pingAfterSeconds property.- Parameters:
value- allowed object isInteger
-
getCompletionTime
public XMLGregorianCalendar getCompletionTime()
Gets the value of the completionTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCompletionTime
public void setCompletionTime(XMLGregorianCalendar value)
Sets the value of the completionTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-