public class JVMDelaySpecFluentImpl<A extends JVMDelaySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements JVMDelaySpecFluent<A>
| Constructor and Description |
|---|
JVMDelaySpecFluentImpl() |
JVMDelaySpecFluentImpl(JVMDelaySpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getAfter() |
String |
getClassname() |
String |
getMethodname() |
Integer |
getOffset() |
Integer |
getTime() |
Boolean |
hasAfter() |
Boolean |
hasClassname() |
int |
hashCode() |
Boolean |
hasMethodname() |
Boolean |
hasOffset() |
Boolean |
hasTime() |
A |
withAfter(Boolean after) |
A |
withClassname(String classname) |
A |
withMethodname(String methodname) |
A |
withNewClassname(String arg0)
Deprecated.
|
A |
withNewMethodname(String arg0)
Deprecated.
|
A |
withOffset(Integer offset) |
A |
withTime(Integer time) |
public JVMDelaySpecFluentImpl()
public JVMDelaySpecFluentImpl(JVMDelaySpec instance)
public Boolean getAfter()
getAfter in interface JVMDelaySpecFluent<A extends JVMDelaySpecFluent<A>>public A withAfter(Boolean after)
withAfter in interface JVMDelaySpecFluent<A extends JVMDelaySpecFluent<A>>public Boolean hasAfter()
hasAfter in interface JVMDelaySpecFluent<A extends JVMDelaySpecFluent<A>>public String getClassname()
getClassname in interface JVMDelaySpecFluent<A extends JVMDelaySpecFluent<A>>public A withClassname(String classname)
withClassname in interface JVMDelaySpecFluent<A extends JVMDelaySpecFluent<A>>public Boolean hasClassname()
hasClassname in interface JVMDelaySpecFluent<A extends JVMDelaySpecFluent<A>>@Deprecated public A withNewClassname(String arg0)
withNewClassname in interface JVMDelaySpecFluent<A extends JVMDelaySpecFluent<A>>public String getMethodname()
getMethodname in interface JVMDelaySpecFluent<A extends JVMDelaySpecFluent<A>>public A withMethodname(String methodname)
withMethodname in interface JVMDelaySpecFluent<A extends JVMDelaySpecFluent<A>>public Boolean hasMethodname()
hasMethodname in interface JVMDelaySpecFluent<A extends JVMDelaySpecFluent<A>>@Deprecated public A withNewMethodname(String arg0)
withNewMethodname in interface JVMDelaySpecFluent<A extends JVMDelaySpecFluent<A>>public Integer getOffset()
getOffset in interface JVMDelaySpecFluent<A extends JVMDelaySpecFluent<A>>public A withOffset(Integer offset)
withOffset in interface JVMDelaySpecFluent<A extends JVMDelaySpecFluent<A>>public Boolean hasOffset()
hasOffset in interface JVMDelaySpecFluent<A extends JVMDelaySpecFluent<A>>public Integer getTime()
getTime in interface JVMDelaySpecFluent<A extends JVMDelaySpecFluent<A>>public A withTime(Integer time)
withTime in interface JVMDelaySpecFluent<A extends JVMDelaySpecFluent<A>>public Boolean hasTime()
hasTime in interface JVMDelaySpecFluent<A extends JVMDelaySpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.