public class ServletExceptionSpecFluentImpl<A extends ServletExceptionSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ServletExceptionSpecFluent<A>
| Constructor and Description |
|---|
ServletExceptionSpecFluentImpl() |
ServletExceptionSpecFluentImpl(ServletExceptionSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getException() |
String |
getMessage() |
String |
getMethod() |
String |
getQuerystring() |
String |
getRequestpath() |
Boolean |
hasException() |
int |
hashCode() |
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) |
public ServletExceptionSpecFluentImpl()
public ServletExceptionSpecFluentImpl(ServletExceptionSpec instance)
public String getException()
getException in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>public A withException(String exception)
withException in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>public Boolean hasException()
hasException in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>@Deprecated public A withNewException(String arg0)
withNewException in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>public String getMessage()
getMessage in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>public A withMessage(String message)
withMessage in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>public Boolean hasMessage()
hasMessage in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>@Deprecated public A withNewMessage(String arg0)
withNewMessage in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>public String getMethod()
getMethod in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>public A withMethod(String method)
withMethod in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>public Boolean hasMethod()
hasMethod in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>@Deprecated public A withNewMethod(String arg0)
withNewMethod in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>public String getQuerystring()
getQuerystring in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>public A withQuerystring(String querystring)
withQuerystring in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>public Boolean hasQuerystring()
hasQuerystring in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>@Deprecated public A withNewQuerystring(String arg0)
withNewQuerystring in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>public String getRequestpath()
getRequestpath in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>public A withRequestpath(String requestpath)
withRequestpath in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>public Boolean hasRequestpath()
hasRequestpath in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>@Deprecated public A withNewRequestpath(String arg0)
withNewRequestpath in interface ServletExceptionSpecFluent<A extends ServletExceptionSpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.