Class ExecuteMethodResponse
java.lang.Object
com.emc.d2fs.services.d2_method_service.ExecuteMethodResponse
- 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"> <sequence> <element ref="{http://www.emc.com/d2fs/models/method_result}method_result"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the methodResult property.void
setMethodResult
(MethodResult value) Sets the value of the methodResult property.
-
Constructor Details
-
ExecuteMethodResponse
public ExecuteMethodResponse()
-
-
Method Details
-
getMethodResult
Gets the value of the methodResult property.- Returns:
- possible object is
MethodResult
-
setMethodResult
Sets the value of the methodResult property.- Parameters:
value
- allowed object isMethodResult
-