public class JVMLatencySpecFluent<A extends JVMLatencySpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
JVMLatencySpecFluent() |
JVMLatencySpecFluent(JVMLatencySpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(JVMLatencySpec instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getClassName() |
Integer |
getLatency() |
String |
getMethod() |
Integer |
getPid() |
Integer |
getPort() |
boolean |
hasAdditionalProperties() |
boolean |
hasClassName() |
int |
hashCode() |
boolean |
hasLatency() |
boolean |
hasMethod() |
boolean |
hasPid() |
boolean |
hasPort() |
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 |
withLatency(Integer latency) |
A |
withMethod(String method) |
A |
withPid(Integer pid) |
A |
withPort(Integer port) |
public JVMLatencySpecFluent()
public JVMLatencySpecFluent(JVMLatencySpec instance)
protected void copyInstance(JVMLatencySpec instance)
public String getClassName()
public boolean hasClassName()
public Integer getLatency()
public boolean hasLatency()
public String getMethod()
public boolean hasMethod()
public Integer getPid()
public boolean hasPid()
public Integer getPort()
public boolean hasPort()
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 JVMLatencySpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends JVMLatencySpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.