public class JVMLatencySpecFluentImpl<A extends JVMLatencySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements JVMLatencySpecFluent<A>
| Constructor and Description |
|---|
JVMLatencySpecFluentImpl() |
JVMLatencySpecFluentImpl(JVMLatencySpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClassName() |
Integer |
getLatency() |
String |
getMethod() |
Integer |
getPid() |
Integer |
getPort() |
Boolean |
hasClassName() |
int |
hashCode() |
Boolean |
hasLatency() |
Boolean |
hasMethod() |
Boolean |
hasPid() |
Boolean |
hasPort() |
String |
toString() |
A |
withClassName(String className) |
A |
withLatency(Integer latency) |
A |
withMethod(String method) |
A |
withPid(Integer pid) |
A |
withPort(Integer port) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic JVMLatencySpecFluentImpl()
public JVMLatencySpecFluentImpl(JVMLatencySpec instance)
public String getClassName()
getClassName in interface JVMLatencySpecFluent<A extends JVMLatencySpecFluent<A>>public A withClassName(String className)
withClassName in interface JVMLatencySpecFluent<A extends JVMLatencySpecFluent<A>>public Boolean hasClassName()
hasClassName in interface JVMLatencySpecFluent<A extends JVMLatencySpecFluent<A>>public Integer getLatency()
getLatency in interface JVMLatencySpecFluent<A extends JVMLatencySpecFluent<A>>public A withLatency(Integer latency)
withLatency in interface JVMLatencySpecFluent<A extends JVMLatencySpecFluent<A>>public Boolean hasLatency()
hasLatency in interface JVMLatencySpecFluent<A extends JVMLatencySpecFluent<A>>public String getMethod()
getMethod in interface JVMLatencySpecFluent<A extends JVMLatencySpecFluent<A>>public A withMethod(String method)
withMethod in interface JVMLatencySpecFluent<A extends JVMLatencySpecFluent<A>>public Boolean hasMethod()
hasMethod in interface JVMLatencySpecFluent<A extends JVMLatencySpecFluent<A>>public Integer getPid()
getPid in interface JVMLatencySpecFluent<A extends JVMLatencySpecFluent<A>>public A withPid(Integer pid)
withPid in interface JVMLatencySpecFluent<A extends JVMLatencySpecFluent<A>>public Boolean hasPid()
hasPid in interface JVMLatencySpecFluent<A extends JVMLatencySpecFluent<A>>public Integer getPort()
getPort in interface JVMLatencySpecFluent<A extends JVMLatencySpecFluent<A>>public A withPort(Integer port)
withPort in interface JVMLatencySpecFluent<A extends JVMLatencySpecFluent<A>>public Boolean hasPort()
hasPort in interface JVMLatencySpecFluent<A extends JVMLatencySpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends JVMLatencySpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends JVMLatencySpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.