public class NetworkDelaySpecFluentImpl<A extends NetworkDelaySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements NetworkDelaySpecFluent<A>
| Constructor and Description |
|---|
NetworkDelaySpecFluentImpl() |
NetworkDelaySpecFluentImpl(NetworkDelaySpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCorrelation() |
String |
getDevice() |
String |
getEgressPort() |
String |
getHostname() |
String |
getIpAddress() |
String |
getIpProtocol() |
String |
getJitter() |
String |
getLatency() |
String |
getSourcePort() |
Boolean |
hasCorrelation() |
Boolean |
hasDevice() |
Boolean |
hasEgressPort() |
int |
hashCode() |
Boolean |
hasHostname() |
Boolean |
hasIpAddress() |
Boolean |
hasIpProtocol() |
Boolean |
hasJitter() |
Boolean |
hasLatency() |
Boolean |
hasSourcePort() |
String |
toString() |
A |
withCorrelation(String correlation) |
A |
withDevice(String device) |
A |
withEgressPort(String egressPort) |
A |
withHostname(String hostname) |
A |
withIpAddress(String ipAddress) |
A |
withIpProtocol(String ipProtocol) |
A |
withJitter(String jitter) |
A |
withLatency(String latency) |
A |
withSourcePort(String sourcePort) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic NetworkDelaySpecFluentImpl()
public NetworkDelaySpecFluentImpl(NetworkDelaySpec instance)
public String getCorrelation()
getCorrelation in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public A withCorrelation(String correlation)
withCorrelation in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public Boolean hasCorrelation()
hasCorrelation in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public String getDevice()
getDevice in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public A withDevice(String device)
withDevice in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public Boolean hasDevice()
hasDevice in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public String getEgressPort()
getEgressPort in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public A withEgressPort(String egressPort)
withEgressPort in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public Boolean hasEgressPort()
hasEgressPort in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public String getHostname()
getHostname in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public A withHostname(String hostname)
withHostname in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public Boolean hasHostname()
hasHostname in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public String getIpAddress()
getIpAddress in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public A withIpAddress(String ipAddress)
withIpAddress in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public Boolean hasIpAddress()
hasIpAddress in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public String getIpProtocol()
getIpProtocol in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public A withIpProtocol(String ipProtocol)
withIpProtocol in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public Boolean hasIpProtocol()
hasIpProtocol in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public String getJitter()
getJitter in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public A withJitter(String jitter)
withJitter in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public Boolean hasJitter()
hasJitter in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public String getLatency()
getLatency in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public A withLatency(String latency)
withLatency in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public Boolean hasLatency()
hasLatency in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public String getSourcePort()
getSourcePort in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public A withSourcePort(String sourcePort)
withSourcePort in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public Boolean hasSourcePort()
hasSourcePort in interface NetworkDelaySpecFluent<A extends NetworkDelaySpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NetworkDelaySpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NetworkDelaySpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.