public class GetCdnCacheInvalidationStatusReturn
extends java.lang.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 |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getCompletionTime()
Gets the value of the completionTime property.
|
java.lang.Integer |
getPingAfterSeconds()
Gets the value of the pingAfterSeconds property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
void |
setCompletionTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the completionTime property.
|
void |
setPingAfterSeconds(java.lang.Integer value)
Sets the value of the pingAfterSeconds property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
public java.lang.String getStatus()
String
public void setStatus(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getPingAfterSeconds()
Integer
public void setPingAfterSeconds(java.lang.Integer value)
value
- allowed object is
Integer
public javax.xml.datatype.XMLGregorianCalendar getCompletionTime()
XMLGregorianCalendar
public void setCompletionTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"