Class RequestDetails.FailedInfo
java.lang.Object
com.oracle.communications.brm.cc.model.RequestDetails.FailedInfo
- All Implemented Interfaces:
Serializable
- Enclosing class:
RequestDetails
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="errorCode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="errorDescr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe error code of the failure.The description of the error.void
setErrorCode
(String value) Sets the value of the errorCode property.void
setErrorDescr
(String value) Sets the value of the errorDescr property.
-
Field Details
-
errorCode
The error code of the failure. -
errorDescr
The description of the error.
-
-
Constructor Details
-
FailedInfo
public FailedInfo()
-
-
Method Details
-
getErrorCode
The error code of the failure.- Returns:
- possible object is
String
-
setErrorCode
Sets the value of the errorCode property.- Parameters:
value
- allowed object isString
- See Also:
-
getErrorDescr
The description of the error.- Returns:
- possible object is
String
-
setErrorDescr
Sets the value of the errorDescr property.- Parameters:
value
- allowed object isString
- See Also:
-