Class ChangeStateOnEventResponse
java.lang.Object
com.emc.d2fs.services.d2lifecycle_service.ChangeStateOnEventResponse
- 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 name="result" type="{http://www.emc.com/d2fs/models/lifecycle}lifeCycleResult"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the result property.void
setResult
(LifeCycleResult value) Sets the value of the result property.
-
Constructor Details
-
ChangeStateOnEventResponse
public ChangeStateOnEventResponse()
-
-
Method Details
-
getResult
Gets the value of the result property.- Returns:
- possible object is
LifeCycleResult
-
setResult
Sets the value of the result property.- Parameters:
value
- allowed object isLifeCycleResult
-