Class MoveResponse
java.lang.Object
com.emc.d2fs.services.move_service.MoveResponse
- 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" /> <attribute name="error" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MoveResponse
public MoveResponse()
-
-
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. -
getError
Gets the value of the error property.- Returns:
- possible object is
String
-
setError
Sets the value of the error property.- Parameters:
value
- allowed object isString
-