public class NetworkPartitionSpecFluentImpl<A extends NetworkPartitionSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements NetworkPartitionSpecFluent<A>
| Constructor and Description |
|---|
NetworkPartitionSpecFluentImpl() |
NetworkPartitionSpecFluentImpl(NetworkPartitionSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAcceptTcpFlags() |
String |
getDevice() |
String |
getDirection() |
String |
getHostname() |
String |
getIpAddress() |
String |
getIpProtocol() |
Boolean |
hasAcceptTcpFlags() |
Boolean |
hasDevice() |
Boolean |
hasDirection() |
int |
hashCode() |
Boolean |
hasHostname() |
Boolean |
hasIpAddress() |
Boolean |
hasIpProtocol() |
String |
toString() |
A |
withAcceptTcpFlags(String acceptTcpFlags) |
A |
withDevice(String device) |
A |
withDirection(String direction) |
A |
withHostname(String hostname) |
A |
withIpAddress(String ipAddress) |
A |
withIpProtocol(String ipProtocol) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic NetworkPartitionSpecFluentImpl()
public NetworkPartitionSpecFluentImpl(NetworkPartitionSpec instance)
public String getAcceptTcpFlags()
getAcceptTcpFlags in interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>public A withAcceptTcpFlags(String acceptTcpFlags)
withAcceptTcpFlags in interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>public Boolean hasAcceptTcpFlags()
hasAcceptTcpFlags in interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>public String getDevice()
getDevice in interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>public A withDevice(String device)
withDevice in interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>public Boolean hasDevice()
hasDevice in interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>public String getDirection()
getDirection in interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>public A withDirection(String direction)
withDirection in interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>public Boolean hasDirection()
hasDirection in interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>public String getHostname()
getHostname in interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>public A withHostname(String hostname)
withHostname in interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>public Boolean hasHostname()
hasHostname in interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>public String getIpAddress()
getIpAddress in interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>public A withIpAddress(String ipAddress)
withIpAddress in interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>public Boolean hasIpAddress()
hasIpAddress in interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>public String getIpProtocol()
getIpProtocol in interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>public A withIpProtocol(String ipProtocol)
withIpProtocol in interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>public Boolean hasIpProtocol()
hasIpProtocol in interface NetworkPartitionSpecFluent<A extends NetworkPartitionSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NetworkPartitionSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends NetworkPartitionSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.