public class LoggedExceptionData extends Object
Constructor and Description |
---|
LoggedExceptionData() |
Modifier and Type | Method and Description |
---|---|
String |
getBusinessObjectType() |
Context |
getContext() |
ExceptionInformation |
getExceptionDetail() |
BusinessExceptionType |
getExceptionType() |
Calendar |
getLoggedDate() |
String |
getLogId() |
String |
getRequestXml() |
String |
getServiceType() |
String |
getUser() |
ValidationResult |
getValidationResult() |
void |
setBusinessObjectType(String value) |
void |
setContext(Context value) |
void |
setExceptionDetail(ExceptionInformation value) |
void |
setExceptionType(BusinessExceptionType value) |
void |
setLoggedDate(Calendar value) |
void |
setLogId(String value) |
void |
setRequestXml(String value) |
void |
setServiceType(String value) |
void |
setUser(String value) |
void |
setValidationResult(ValidationResult value) |
public String getBusinessObjectType()
public void setBusinessObjectType(String value)
public Context getContext()
public void setContext(Context value)
public ExceptionInformation getExceptionDetail()
public void setExceptionDetail(ExceptionInformation value)
public BusinessExceptionType getExceptionType()
public void setExceptionType(BusinessExceptionType value)
public String getLogId()
public void setLogId(String value)
public Calendar getLoggedDate()
public void setLoggedDate(Calendar value)
public String getRequestXml()
public void setRequestXml(String value)
public String getServiceType()
public void setServiceType(String value)
public String getUser()
public void setUser(String value)
public ValidationResult getValidationResult()
public void setValidationResult(ValidationResult value)
Copyright © 2010–2016. All rights reserved.