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