public class JVMExceptionSpecFluentImpl<A extends JVMExceptionSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements JVMExceptionSpecFluent<A>
| Constructor and Description |
|---|
JVMExceptionSpecFluentImpl() |
JVMExceptionSpecFluentImpl(JVMExceptionSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
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 JVMExceptionSpecFluentImpl()
public JVMExceptionSpecFluentImpl(JVMExceptionSpec instance)
public String getClassName()
getClassName in interface JVMExceptionSpecFluent<A extends JVMExceptionSpecFluent<A>>public A withClassName(String className)
withClassName in interface JVMExceptionSpecFluent<A extends JVMExceptionSpecFluent<A>>public Boolean hasClassName()
hasClassName in interface JVMExceptionSpecFluent<A extends JVMExceptionSpecFluent<A>>public String getException()
getException in interface JVMExceptionSpecFluent<A extends JVMExceptionSpecFluent<A>>public A withException(String exception)
withException in interface JVMExceptionSpecFluent<A extends JVMExceptionSpecFluent<A>>public Boolean hasException()
hasException in interface JVMExceptionSpecFluent<A extends JVMExceptionSpecFluent<A>>public String getMethod()
getMethod in interface JVMExceptionSpecFluent<A extends JVMExceptionSpecFluent<A>>public A withMethod(String method)
withMethod in interface JVMExceptionSpecFluent<A extends JVMExceptionSpecFluent<A>>public Boolean hasMethod()
hasMethod in interface JVMExceptionSpecFluent<A extends JVMExceptionSpecFluent<A>>public Integer getPid()
getPid in interface JVMExceptionSpecFluent<A extends JVMExceptionSpecFluent<A>>public A withPid(Integer pid)
withPid in interface JVMExceptionSpecFluent<A extends JVMExceptionSpecFluent<A>>public Boolean hasPid()
hasPid in interface JVMExceptionSpecFluent<A extends JVMExceptionSpecFluent<A>>public Integer getPort()
getPort in interface JVMExceptionSpecFluent<A extends JVMExceptionSpecFluent<A>>public A withPort(Integer port)
withPort in interface JVMExceptionSpecFluent<A extends JVMExceptionSpecFluent<A>>public Boolean hasPort()
hasPort in interface JVMExceptionSpecFluent<A extends JVMExceptionSpecFluent<A>>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–2022 Red Hat. All rights reserved.