public class JVMReturnSpecFluent<A extends JVMReturnSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
JVMReturnSpecFluent() |
JVMReturnSpecFluent(JVMReturnSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(JVMReturnSpec instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getClassName() |
String |
getMethod() |
Integer |
getPid() |
Integer |
getPort() |
String |
getValue() |
boolean |
hasAdditionalProperties() |
boolean |
hasClassName() |
int |
hashCode() |
boolean |
hasMethod() |
boolean |
hasPid() |
boolean |
hasPort() |
boolean |
hasValue() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withClassName(String className) |
A |
withMethod(String method) |
A |
withPid(Integer pid) |
A |
withPort(Integer port) |
A |
withValue(String value) |
public JVMReturnSpecFluent()
public JVMReturnSpecFluent(JVMReturnSpec instance)
protected void copyInstance(JVMReturnSpec instance)
public String getClassName()
public boolean hasClassName()
public String getMethod()
public boolean hasMethod()
public Integer getPid()
public boolean hasPid()
public Integer getPort()
public boolean hasPort()
public String getValue()
public boolean hasValue()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
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.