D - 결과 데이터 Type.F - 오류 데이터 Type.W - 경고 정보 데이터 Type.public interface GeneralResponse<D,F,W> extends Response<D,F>
| Modifier and Type | Method and Description |
|---|---|
W |
getWarningData()
처리 결과 경고 데이터를 얻는다.
|
boolean |
isIncludeWarning()
처리결과에 경고 정보를 포함하는지 여부를 얻는다.
|
getFailDatagetCode, getData, getError, getMessage, isFail, isSuccessboolean isIncludeWarning()
W getWarningData()