Class RequestDetails.FailedInfo

java.lang.Object
com.oracle.communications.brm.cc.model.RequestDetails.FailedInfo
All Implemented Interfaces:
Serializable
Enclosing class:
RequestDetails

public static class RequestDetails.FailedInfo extends Object implements 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="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 Details

    • errorCode

      protected String errorCode
      The error code of the failure.
    • errorDescr

      protected String errorDescr
      The description of the error.
  • Constructor Details

    • FailedInfo

      public FailedInfo()
  • Method Details

    • getErrorCode

      public String getErrorCode()
      The error code of the failure.
      Returns:
      possible object is String
    • setErrorCode

      public void setErrorCode(String value)
      Sets the value of the errorCode property.
      Parameters:
      value - allowed object is String
      See Also:
    • getErrorDescr

      public String getErrorDescr()
      The description of the error.
      Returns:
      possible object is String
    • setErrorDescr

      public void setErrorDescr(String value)
      Sets the value of the errorDescr property.
      Parameters:
      value - allowed object is String
      See Also: