com.paypal.svcs.types.common
Class ErrorData

java.lang.Object
  extended by com.paypal.svcs.types.common.ErrorData

public class ErrorData
extends Object


Constructor Summary
ErrorData()
          Default Constructor
 
Method Summary
static ErrorData createInstance(Map<String,String> map, String prefix, int index)
           
 ErrorCategory getCategory()
          Getter for category
 String getDomain()
          Getter for domain
 Integer getErrorId()
          Getter for errorId
 String getExceptionId()
          Getter for exceptionId
 String getMessage()
          Getter for message
 List<ErrorParameter> getParameter()
          Getter for parameter
 ErrorSeverity getSeverity()
          Getter for severity
 String getSubdomain()
          Getter for subdomain
 void setCategory(ErrorCategory category)
          Setter for category
 void setDomain(String domain)
          Setter for domain
 void setErrorId(Integer errorId)
          Setter for errorId
 void setExceptionId(String exceptionId)
          Setter for exceptionId
 void setMessage(String message)
          Setter for message
 void setParameter(List<ErrorParameter> parameter)
          Setter for parameter
 void setSeverity(ErrorSeverity severity)
          Setter for severity
 void setSubdomain(String subdomain)
          Setter for subdomain
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorData

public ErrorData()
Default Constructor

Method Detail

getErrorId

public Integer getErrorId()
Getter for errorId


setErrorId

public void setErrorId(Integer errorId)
Setter for errorId


getDomain

public String getDomain()
Getter for domain


setDomain

public void setDomain(String domain)
Setter for domain


getSubdomain

public String getSubdomain()
Getter for subdomain


setSubdomain

public void setSubdomain(String subdomain)
Setter for subdomain


getSeverity

public ErrorSeverity getSeverity()
Getter for severity


setSeverity

public void setSeverity(ErrorSeverity severity)
Setter for severity


getCategory

public ErrorCategory getCategory()
Getter for category


setCategory

public void setCategory(ErrorCategory category)
Setter for category


getMessage

public String getMessage()
Getter for message


setMessage

public void setMessage(String message)
Setter for message


getExceptionId

public String getExceptionId()
Getter for exceptionId


setExceptionId

public void setExceptionId(String exceptionId)
Setter for exceptionId


getParameter

public List<ErrorParameter> getParameter()
Getter for parameter


setParameter

public void setParameter(List<ErrorParameter> parameter)
Setter for parameter


createInstance

public static ErrorData createInstance(Map<String,String> map,
                                       String prefix,
                                       int index)


Copyright © 2013. All Rights Reserved.