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