public interface FailureMessage<T>
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,?> |
getAttributes() |
T |
getBody() |
String |
getCategory() |
String |
getDebugMessage() |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getId() |
int |
getRetried() |
String |
getTarget() |
String |
getTitle() |
BusinessMessageType |
getType() |
boolean |
isFinalSucceed() |
String getId()
BusinessMessageType getType()
String getCategory()
String getTitle()
T getBody()
String getTarget()
int getRetried()
String getErrorCode()
String getErrorMessage()
String getDebugMessage()
boolean isFinalSucceed()
Copyright © 2016. All rights reserved.