Class PdfRenderResult
java.lang.Object
com.emc.d2fs.models.pdfrender_result.PdfRenderResult
- All Implemented Interfaces:
Serializable
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"> <attribute ref="{http://www.emc.com/d2fs/models/common}id"/> <attribute name="isQueued" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the isQueued property.void
Sets the value of the id property.void
setIsQueued
(Boolean value) Sets the value of the isQueued property.
-
Constructor Details
-
PdfRenderResult
public PdfRenderResult()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isIsQueued
Gets the value of the isQueued property.- Returns:
- possible object is
Boolean
-
setIsQueued
Sets the value of the isQueued property.- Parameters:
value
- allowed object isBoolean
-