Class RemoveRenditionResult
java.lang.Object
com.emc.d2fs.models.rendition_result.RemoveRenditionResult
- 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 name="isWarning" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the message property.getTitle()
Gets the value of the title property.boolean
Gets the value of the isWarning property.void
setIsWarning
(boolean value) Sets the value of the isWarning property.void
setMessage
(String value) Sets the value of the message property.void
Sets the value of the title property.
-
Constructor Details
-
RemoveRenditionResult
public RemoveRenditionResult()
-
-
Method Details
-
isIsWarning
public boolean isIsWarning()Gets the value of the isWarning property. -
setIsWarning
public void setIsWarning(boolean value) Sets the value of the isWarning property. -
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value
- allowed object isString
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
Sets the value of the message property.- Parameters:
value
- allowed object isString
-