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