public interface JVMLatencySpecFluent<A extends JVMLatencySpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
Integer |
getLatency() |
String |
getMethod() |
Integer |
getPid() |
Integer |
getPort() |
Boolean |
hasClassName() |
Boolean |
hasLatency() |
Boolean |
hasMethod() |
Boolean |
hasPid() |
Boolean |
hasPort() |
A |
withClassName(String className) |
A |
withLatency(Integer latency) |
A |
withMethod(String method) |
A |
withPid(Integer pid) |
A |
withPort(Integer port) |
String getClassName()
Boolean hasClassName()
Integer getLatency()
Boolean hasLatency()
String getMethod()
Boolean hasMethod()
Integer getPid()
Boolean hasPid()
Integer getPort()
Boolean hasPort()
Copyright © 2015–2022 Red Hat. All rights reserved.