public class NetworkDuplicateSpecFluent<A extends NetworkDuplicateSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
NetworkDuplicateSpecFluent() |
NetworkDuplicateSpecFluent(NetworkDuplicateSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(NetworkDuplicateSpec instance) |
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 NetworkDuplicateSpecFluent()
public NetworkDuplicateSpecFluent(NetworkDuplicateSpec instance)
protected void copyInstance(NetworkDuplicateSpec instance)
public String getCorrelation()
public boolean hasCorrelation()
public String getDevice()
public boolean hasDevice()
public String getEgressPort()
public boolean hasEgressPort()
public String getHostname()
public boolean hasHostname()
public String getIpAddress()
public boolean hasIpAddress()
public String getIpProtocol()
public boolean hasIpProtocol()
public String getPercent()
public boolean hasPercent()
public String getSourcePort()
public boolean hasSourcePort()
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.