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() |
String |
toString() |
A |
withName(String name) |
A |
withPortNumber(Integer portNumber) |
A |
withService(String service) |
A |
withSubset(String subset) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>>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>>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>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EnvoyFilterClusterMatchFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EnvoyFilterClusterMatchFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.