public class Innererror extends Object
| Constructor and Description |
|---|
Innererror() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Application |
getApplication() |
List<Errordetail> |
getErrordetails() |
ErrorResolution |
getErrorResolution() |
String |
getTimestamp() |
String |
getTransactionid() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setApplication(Application application) |
void |
setErrordetails(List<Errordetail> errordetails) |
void |
setErrorResolution(ErrorResolution errorResolution) |
void |
setTimestamp(String timestamp) |
void |
setTransactionid(String transactionid) |
String |
toString() |
public Application getApplication()
public void setApplication(Application application)
public String getTransactionid()
public void setTransactionid(String transactionid)
public String getTimestamp()
public void setTimestamp(String timestamp)
public ErrorResolution getErrorResolution()
public void setErrorResolution(ErrorResolution errorResolution)
public List<Errordetail> getErrordetails()
public void setErrordetails(List<Errordetail> errordetails)
Copyright © 2018. All rights reserved.