public class ErrorResponseFVBean extends Object
| Constructor and Description |
|---|
ErrorResponseFVBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorProviderID() |
String |
getErrorProviderName() |
List<eu.toop.edm.error.EDMExceptionPojo> |
getExceptionList() |
String |
getRequestID() |
String |
getResponseStatus() |
void |
setErrorProviderID(String errorProviderID) |
void |
setErrorProviderName(String errorProviderName) |
void |
setExceptionList(List<eu.toop.edm.error.EDMExceptionPojo> exceptionList) |
void |
setRequestID(String requestID) |
void |
setResponseStatus(String responseStatus) |
public String getRequestID()
public void setRequestID(String requestID)
public String getErrorProviderID()
public void setErrorProviderID(String errorProviderID)
public String getErrorProviderName()
public void setErrorProviderName(String errorProviderName)
public String getResponseStatus()
public void setResponseStatus(String responseStatus)
public List<eu.toop.edm.error.EDMExceptionPojo> getExceptionList()
public void setExceptionList(List<eu.toop.edm.error.EDMExceptionPojo> exceptionList)
Copyright © 2020–2021 toop.eu. All rights reserved.