Package org.zalando.problem
Interface StatusType
-
- All Known Implementing Classes:
Status
@API(status=STABLE) public interface StatusTypeBase interface for statuses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetReasonPhrase()Get the reason phrase.intgetStatusCode()Get the associated status code.
-
-
-
Method Detail
-
getStatusCode
int getStatusCode()
Get the associated status code.- Returns:
- the status code.
-
getReasonPhrase
String getReasonPhrase()
Get the reason phrase.- Returns:
- the reason phrase.
-
-