public class EnvoyFilterClusterMatchFluentImpl<A extends EnvoyFilterClusterMatchFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements EnvoyFilterClusterMatchFluent<A>
| Constructor and Description |
|---|
EnvoyFilterClusterMatchFluentImpl() |
EnvoyFilterClusterMatchFluentImpl(EnvoyFilterClusterMatch instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
Integer |
getPortNumber() |
String |
getService() |
String |
getSubset() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasPortNumber() |
Boolean |
hasService() |
Boolean |
hasSubset() |
A |
withName(String name) |
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewService(String arg0)
Deprecated.
|
A |
withNewSubset(String arg0)
Deprecated.
|
A |
withPortNumber(Integer portNumber) |
A |
withService(String service) |
A |
withSubset(String subset) |
public EnvoyFilterClusterMatchFluentImpl()
public EnvoyFilterClusterMatchFluentImpl(EnvoyFilterClusterMatch instance)
public String getName()
getName in interface EnvoyFilterClusterMatchFluent<A extends EnvoyFilterClusterMatchFluent<A>>public A withName(String name)
withName in interface EnvoyFilterClusterMatchFluent<A extends EnvoyFilterClusterMatchFluent<A>>public Boolean hasName()
hasName in interface EnvoyFilterClusterMatchFluent<A extends EnvoyFilterClusterMatchFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface EnvoyFilterClusterMatchFluent<A extends EnvoyFilterClusterMatchFluent<A>>public Integer getPortNumber()
getPortNumber in interface EnvoyFilterClusterMatchFluent<A extends EnvoyFilterClusterMatchFluent<A>>public A withPortNumber(Integer portNumber)
withPortNumber in interface EnvoyFilterClusterMatchFluent<A extends EnvoyFilterClusterMatchFluent<A>>public Boolean hasPortNumber()
hasPortNumber in interface EnvoyFilterClusterMatchFluent<A extends EnvoyFilterClusterMatchFluent<A>>public String getService()
getService in interface EnvoyFilterClusterMatchFluent<A extends EnvoyFilterClusterMatchFluent<A>>public A withService(String service)
withService in interface EnvoyFilterClusterMatchFluent<A extends EnvoyFilterClusterMatchFluent<A>>public Boolean hasService()
hasService in interface EnvoyFilterClusterMatchFluent<A extends EnvoyFilterClusterMatchFluent<A>>@Deprecated public A withNewService(String arg0)
withNewService in interface EnvoyFilterClusterMatchFluent<A extends EnvoyFilterClusterMatchFluent<A>>public String getSubset()
getSubset in interface EnvoyFilterClusterMatchFluent<A extends EnvoyFilterClusterMatchFluent<A>>public A withSubset(String subset)
withSubset in interface EnvoyFilterClusterMatchFluent<A extends EnvoyFilterClusterMatchFluent<A>>public Boolean hasSubset()
hasSubset in interface EnvoyFilterClusterMatchFluent<A extends EnvoyFilterClusterMatchFluent<A>>@Deprecated public A withNewSubset(String arg0)
withNewSubset in interface EnvoyFilterClusterMatchFluent<A extends EnvoyFilterClusterMatchFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.