public class NetworkLossSpecFluentImpl<A extends NetworkLossSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements NetworkLossSpecFluent<A>
| Constructor and Description |
|---|
NetworkLossSpecFluentImpl() |
NetworkLossSpecFluentImpl(NetworkLossSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCorrelation() |
String |
getDevice() |
String |
getEgressPort() |
String |
getHostname() |
String |
getIpAddress() |
String |
getIpProtocol() |
String |
getPercent() |
String |
getSourcePort() |
Boolean |
hasCorrelation() |
Boolean |
hasDevice() |
Boolean |
hasEgressPort() |
int |
hashCode() |
Boolean |
hasHostname() |
Boolean |
hasIpAddress() |
Boolean |
hasIpProtocol() |
Boolean |
hasPercent() |
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 |
withPercent(String percent) |
A |
withSourcePort(String sourcePort) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic NetworkLossSpecFluentImpl()
public NetworkLossSpecFluentImpl(NetworkLossSpec instance)
public String getCorrelation()
getCorrelation in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public A withCorrelation(String correlation)
withCorrelation in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public Boolean hasCorrelation()
hasCorrelation in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public String getDevice()
getDevice in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public A withDevice(String device)
withDevice in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public Boolean hasDevice()
hasDevice in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public String getEgressPort()
getEgressPort in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public A withEgressPort(String egressPort)
withEgressPort in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public Boolean hasEgressPort()
hasEgressPort in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public String getHostname()
getHostname in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public A withHostname(String hostname)
withHostname in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public Boolean hasHostname()
hasHostname in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public String getIpAddress()
getIpAddress in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public A withIpAddress(String ipAddress)
withIpAddress in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public Boolean hasIpAddress()
hasIpAddress in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public String getIpProtocol()
getIpProtocol in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public A withIpProtocol(String ipProtocol)
withIpProtocol in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public Boolean hasIpProtocol()
hasIpProtocol in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public String getPercent()
getPercent in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public A withPercent(String percent)
withPercent in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public Boolean hasPercent()
hasPercent in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public String getSourcePort()
getSourcePort in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public A withSourcePort(String sourcePort)
withSourcePort in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public Boolean hasSourcePort()
hasSourcePort in interface NetworkLossSpecFluent<A extends NetworkLossSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NetworkLossSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NetworkLossSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.