public interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getException() |
String |
getMessage() |
String |
getMethod() |
String |
getQuerystring() |
String |
getRequestpath() |
Boolean |
hasException() |
Boolean |
hasMessage() |
Boolean |
hasMethod() |
Boolean |
hasQuerystring() |
Boolean |
hasRequestpath() |
A |
withException(String exception) |
A |
withMessage(String message) |
A |
withMethod(String method) |
A |
withNewException(String arg0)
Deprecated.
|
A |
withNewMessage(String arg0)
Deprecated.
|
A |
withNewMethod(String arg0)
Deprecated.
|
A |
withNewQuerystring(String arg0)
Deprecated.
|
A |
withNewRequestpath(String arg0)
Deprecated.
|
A |
withQuerystring(String querystring) |
A |
withRequestpath(String requestpath) |
String getException()
Boolean hasException()
@Deprecated A withNewException(String arg0)
String getMessage()
Boolean hasMessage()
@Deprecated A withNewMessage(String arg0)
String getMethod()
Boolean hasMethod()
@Deprecated A withNewMethod(String arg0)
String getQuerystring()
Boolean hasQuerystring()
@Deprecated A withNewQuerystring(String arg0)
String getRequestpath()
Boolean hasRequestpath()
@Deprecated A withNewRequestpath(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.