Class ZipAndDownloadError
java.lang.Object
com.emc.d2fs.models.zipanddownloadstatusobject.ZipAndDownloadError
- All Implemented Interfaces:
Serializable
Java class for zipAndDownloadError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="zipAndDownloadError"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="status" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="code" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="message" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="details" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Gets the value of the code property.Gets the value of the details property.getId()
Gets the value of the id property.Gets the value of the message property.int
Gets the value of the status property.void
Sets the value of the code property.void
setDetails
(String value) Sets the value of the details property.void
Sets the value of the id property.void
setMessage
(String value) Sets the value of the message property.void
setStatus
(int value) Sets the value of the status property.
-
Constructor Details
-
ZipAndDownloadError
public ZipAndDownloadError()
-
-
Method Details
-
getStatus
public int getStatus()Gets the value of the status property. -
setStatus
public void setStatus(int value) Sets the value of the status property. -
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code property.- Parameters:
value
- allowed object isString
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
Sets the value of the message property.- Parameters:
value
- allowed object isString
-
getDetails
Gets the value of the details property.- Returns:
- possible object is
String
-
setDetails
Sets the value of the details property.- Parameters:
value
- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-