public interface Problem
| Modifier and Type | Method and Description |
|---|---|
static ProblemBuilder |
builder() |
String |
getDetail() |
URI |
getInstance() |
com.google.common.collect.ImmutableMap<String,Object> |
getParams() |
int |
getStatus() |
OffsetDateTime |
getTimestamp() |
String |
getTitle() |
String |
getTraceId() |
URI |
getType() |
static ProblemBuilder builder()
int getStatus()
URI getType()
URI getInstance()
String getTitle()
String getDetail()
String getTraceId()
OffsetDateTime getTimestamp()
Copyright © 2020. All rights reserved.