Class MassUpdateInformations
java.lang.Object
com.emc.d2fs.models.massupdateinformations.MassUpdateInformations
- All Implemented Interfaces:
Serializable
Java class for MassUpdateInformations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MassUpdateInformations"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="updatedIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="updatedCount" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="nonUpdatedCount" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="nonUpdatedNames" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="partiallyUpdatedCount" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="partiallyUpdatedNames" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="warningMessage" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the nonUpdatedCount property.Gets the value of the nonUpdatedNames property.Gets the value of the partiallyUpdatedCount property.Gets the value of the partiallyUpdatedNames property.Gets the value of the updatedCount property.Gets the value of the updatedIds property.Gets the value of the warningMessage property.void
setNonUpdatedCount
(Integer value) Sets the value of the nonUpdatedCount property.void
setNonUpdatedNames
(String value) Sets the value of the nonUpdatedNames property.void
setPartiallyUpdatedCount
(Integer value) Sets the value of the partiallyUpdatedCount property.void
setPartiallyUpdatedNames
(String value) Sets the value of the partiallyUpdatedNames property.void
setUpdatedCount
(Integer value) Sets the value of the updatedCount property.void
setWarningMessage
(String value) Sets the value of the warningMessage property.
-
Constructor Details
-
MassUpdateInformations
public MassUpdateInformations()
-
-
Method Details
-
getUpdatedIds
Gets the value of the updatedIds property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the updatedIds property.For example, to add a new item, do as follows:
getUpdatedIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getUpdatedCount
Gets the value of the updatedCount property.- Returns:
- possible object is
Integer
-
setUpdatedCount
Sets the value of the updatedCount property.- Parameters:
value
- allowed object isInteger
-
getNonUpdatedCount
Gets the value of the nonUpdatedCount property.- Returns:
- possible object is
Integer
-
setNonUpdatedCount
Sets the value of the nonUpdatedCount property.- Parameters:
value
- allowed object isInteger
-
getNonUpdatedNames
Gets the value of the nonUpdatedNames property.- Returns:
- possible object is
String
-
setNonUpdatedNames
Sets the value of the nonUpdatedNames property.- Parameters:
value
- allowed object isString
-
getPartiallyUpdatedCount
Gets the value of the partiallyUpdatedCount property.- Returns:
- possible object is
Integer
-
setPartiallyUpdatedCount
Sets the value of the partiallyUpdatedCount property.- Parameters:
value
- allowed object isInteger
-
getPartiallyUpdatedNames
Gets the value of the partiallyUpdatedNames property.- Returns:
- possible object is
String
-
setPartiallyUpdatedNames
Sets the value of the partiallyUpdatedNames property.- Parameters:
value
- allowed object isString
-
getWarningMessage
Gets the value of the warningMessage property.- Returns:
- possible object is
String
-
setWarningMessage
Sets the value of the warningMessage property.- Parameters:
value
- allowed object isString
-