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 and Description |
|---|
GetCdnCacheInvalidationStatusReturn() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCompletionTime()
Gets the value of the completionTime property.
|
Integer |
getPingAfterSeconds()
Gets the value of the pingAfterSeconds property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setCompletionTime(XMLGregorianCalendar value)
Sets the value of the completionTime property.
|
void |
setPingAfterSeconds(Integer value)
Sets the value of the pingAfterSeconds property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic Integer getPingAfterSeconds()
Integerpublic void setPingAfterSeconds(Integer value)
value - allowed object is
Integerpublic XMLGregorianCalendar getCompletionTime()
XMLGregorianCalendarpublic void setCompletionTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2010 - 2020 Adobe. All Rights Reserved