Class MoveVDChildResponse
java.lang.Object
com.emc.d2fs.services.vdcontent_service.MoveVDChildResponse
- 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="success" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the success property.void
setSuccess
(boolean value) Sets the value of the success property.
-
Constructor Details
-
MoveVDChildResponse
public MoveVDChildResponse()
-
-
Method Details
-
isSuccess
public boolean isSuccess()Gets the value of the success property. -
setSuccess
public void setSuccess(boolean value) Sets the value of the success property.
-