@Entity public class AsyncTaskErrorDetailsEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
created |
protected String |
exceptionType |
protected String |
id |
protected String |
message |
protected String |
stackTrace |
protected Long |
version |
| Constructor and Description |
|---|
AsyncTaskErrorDetailsEntity() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreated() |
String |
getExceptionType() |
String |
getId() |
String |
getMessage() |
byte[] |
getStackTrace() |
Long |
getVersion() |
AsyncTaskErrorDetailsEntity |
withCreated(Long created) |
AsyncTaskErrorDetailsEntity |
withExceptionType(String exceptionType) |
AsyncTaskErrorDetailsEntity |
withId(String id) |
AsyncTaskErrorDetailsEntity |
withMessage(String message) |
AsyncTaskErrorDetailsEntity |
withStackTrace(byte[] stackTrace) |
AsyncTaskErrorDetailsEntity |
withVersion(Long version) |
protected String id
@NotNull protected Long created
protected Long version
@NotNull protected String stackTrace
@NotNull protected String exceptionType
@NotNull protected String message
public String getId()
public AsyncTaskErrorDetailsEntity withId(String id)
public Long getCreated()
public AsyncTaskErrorDetailsEntity withCreated(Long created)
public Long getVersion()
public AsyncTaskErrorDetailsEntity withVersion(Long version)
public byte[] getStackTrace()
public AsyncTaskErrorDetailsEntity withStackTrace(byte[] stackTrace)
public String getExceptionType()
public AsyncTaskErrorDetailsEntity withExceptionType(String exceptionType)
public String getMessage()
public AsyncTaskErrorDetailsEntity withMessage(String message)
Copyright © 2015. All rights reserved.