Class GetMassUpdateInformationsResponse
java.lang.Object
com.emc.d2fs.services.d2_massupdate_service.GetMassUpdateInformationsResponse
- 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="massupdateinformations" type="{http://www.emc.com/d2fs/models/massupdateinformations}MassUpdateInformations"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the massupdateinformations property.void
Sets the value of the massupdateinformations property.
-
Constructor Details
-
GetMassUpdateInformationsResponse
public GetMassUpdateInformationsResponse()
-
-
Method Details
-
getMassupdateinformations
Gets the value of the massupdateinformations property.- Returns:
- possible object is
MassUpdateInformations
-
setMassupdateinformations
Sets the value of the massupdateinformations property.- Parameters:
value
- allowed object isMassUpdateInformations
-