public class JVMReturnSpecFluentImpl<A extends JVMReturnSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements JVMReturnSpecFluent<A>
| Constructor and Description |
|---|
JVMReturnSpecFluentImpl() |
JVMReturnSpecFluentImpl(JVMReturnSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClassName() |
String |
getMethod() |
Integer |
getPid() |
Integer |
getPort() |
String |
getValue() |
Boolean |
hasClassName() |
int |
hashCode() |
Boolean |
hasMethod() |
Boolean |
hasPid() |
Boolean |
hasPort() |
Boolean |
hasValue() |
String |
toString() |
A |
withClassName(String className) |
A |
withMethod(String method) |
A |
withPid(Integer pid) |
A |
withPort(Integer port) |
A |
withValue(String value) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic JVMReturnSpecFluentImpl()
public JVMReturnSpecFluentImpl(JVMReturnSpec instance)
public String getClassName()
getClassName in interface JVMReturnSpecFluent<A extends JVMReturnSpecFluent<A>>public A withClassName(String className)
withClassName in interface JVMReturnSpecFluent<A extends JVMReturnSpecFluent<A>>public Boolean hasClassName()
hasClassName in interface JVMReturnSpecFluent<A extends JVMReturnSpecFluent<A>>public String getMethod()
getMethod in interface JVMReturnSpecFluent<A extends JVMReturnSpecFluent<A>>public A withMethod(String method)
withMethod in interface JVMReturnSpecFluent<A extends JVMReturnSpecFluent<A>>public Boolean hasMethod()
hasMethod in interface JVMReturnSpecFluent<A extends JVMReturnSpecFluent<A>>public Integer getPid()
getPid in interface JVMReturnSpecFluent<A extends JVMReturnSpecFluent<A>>public A withPid(Integer pid)
withPid in interface JVMReturnSpecFluent<A extends JVMReturnSpecFluent<A>>public Boolean hasPid()
hasPid in interface JVMReturnSpecFluent<A extends JVMReturnSpecFluent<A>>public Integer getPort()
getPort in interface JVMReturnSpecFluent<A extends JVMReturnSpecFluent<A>>public A withPort(Integer port)
withPort in interface JVMReturnSpecFluent<A extends JVMReturnSpecFluent<A>>public Boolean hasPort()
hasPort in interface JVMReturnSpecFluent<A extends JVMReturnSpecFluent<A>>public String getValue()
getValue in interface JVMReturnSpecFluent<A extends JVMReturnSpecFluent<A>>public A withValue(String value)
withValue in interface JVMReturnSpecFluent<A extends JVMReturnSpecFluent<A>>public Boolean hasValue()
hasValue in interface JVMReturnSpecFluent<A extends JVMReturnSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends JVMReturnSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends JVMReturnSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.