public class JVMExceptionSpecFluent<A extends JVMExceptionSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
JVMExceptionSpecFluent() |
JVMExceptionSpecFluent(JVMExceptionSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(JVMExceptionSpec instance) |
boolean |
equals(Object o) |
String |
getClassName() |
String |
getException() |
String |
getMethod() |
Integer |
getPid() |
Integer |
getPort() |
boolean |
hasClassName() |
boolean |
hasException() |
int |
hashCode() |
boolean |
hasMethod() |
boolean |
hasPid() |
boolean |
hasPort() |
String |
toString() |
A |
withClassName(String className) |
A |
withException(String exception) |
A |
withMethod(String method) |
A |
withPid(Integer pid) |
A |
withPort(Integer port) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic JVMExceptionSpecFluent()
public JVMExceptionSpecFluent(JVMExceptionSpec instance)
protected void copyInstance(JVMExceptionSpec instance)
public String getClassName()
public boolean hasClassName()
public String getException()
public boolean hasException()
public String getMethod()
public boolean hasMethod()
public Integer getPid()
public boolean hasPid()
public Integer getPort()
public boolean hasPort()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends JVMExceptionSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends JVMExceptionSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.