Class MethodResult
java.lang.Object
com.emc.d2fs.models.method_result.MethodResult
- 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"> <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="message" 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 message property.void
Sets the value of the code property.void
setMessage
(String value) Sets the value of the message property.
-
Constructor Details
-
MethodResult
public MethodResult()
-
-
Method Details
-
getCode
Gets the value of the code property.- Returns:
- possible object is
Integer
-
setCode
Sets the value of the code property.- Parameters:
value
- allowed object isInteger
-
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
-