public interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod() |
Integer |
getOffset() |
String |
getQuerystring() |
String |
getRequestpath() |
Integer |
getTime() |
Boolean |
hasMethod() |
Boolean |
hasOffset() |
Boolean |
hasQuerystring() |
Boolean |
hasRequestpath() |
Boolean |
hasTime() |
A |
withMethod(String method) |
A |
withNewMethod(String arg0)
Deprecated.
|
A |
withNewQuerystring(String arg0)
Deprecated.
|
A |
withNewRequestpath(String arg0)
Deprecated.
|
A |
withOffset(Integer offset) |
A |
withQuerystring(String querystring) |
A |
withRequestpath(String requestpath) |
A |
withTime(Integer time) |
String getMethod()
Boolean hasMethod()
@Deprecated A withNewMethod(String arg0)
Integer getOffset()
Boolean hasOffset()
String getQuerystring()
Boolean hasQuerystring()
@Deprecated A withNewQuerystring(String arg0)
String getRequestpath()
Boolean hasRequestpath()
@Deprecated A withNewRequestpath(String arg0)
Integer getTime()
Boolean hasTime()
Copyright © 2015–2021 Red Hat. All rights reserved.