public class ServletDelaySpecFluentImpl<A extends ServletDelaySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ServletDelaySpecFluent<A>
| Constructor and Description |
|---|
ServletDelaySpecFluentImpl() |
ServletDelaySpecFluentImpl(ServletDelaySpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMethod() |
Integer |
getOffset() |
String |
getQuerystring() |
String |
getRequestpath() |
Integer |
getTime() |
int |
hashCode() |
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) |
public ServletDelaySpecFluentImpl()
public ServletDelaySpecFluentImpl(ServletDelaySpec instance)
public String getMethod()
getMethod in interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>public A withMethod(String method)
withMethod in interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>public Boolean hasMethod()
hasMethod in interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>@Deprecated public A withNewMethod(String arg0)
withNewMethod in interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>public Integer getOffset()
getOffset in interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>public A withOffset(Integer offset)
withOffset in interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>public Boolean hasOffset()
hasOffset in interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>public String getQuerystring()
getQuerystring in interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>public A withQuerystring(String querystring)
withQuerystring in interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>public Boolean hasQuerystring()
hasQuerystring in interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>@Deprecated public A withNewQuerystring(String arg0)
withNewQuerystring in interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>public String getRequestpath()
getRequestpath in interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>public A withRequestpath(String requestpath)
withRequestpath in interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>public Boolean hasRequestpath()
hasRequestpath in interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>@Deprecated public A withNewRequestpath(String arg0)
withNewRequestpath in interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>public Integer getTime()
getTime in interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>public A withTime(Integer time)
withTime in interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>public Boolean hasTime()
hasTime in interface ServletDelaySpecFluent<A extends ServletDelaySpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.