public class EnvoyFilterClusterMatchFluent<A extends EnvoyFilterClusterMatchFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
EnvoyFilterClusterMatchFluent() |
EnvoyFilterClusterMatchFluent(EnvoyFilterClusterMatch instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(EnvoyFilterClusterMatch instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getName() |
Integer |
getPortNumber() |
String |
getService() |
String |
getSubset() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasName() |
boolean |
hasPortNumber() |
boolean |
hasService() |
boolean |
hasSubset() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withName(String name) |
A |
withPortNumber(Integer portNumber) |
A |
withService(String service) |
A |
withSubset(String subset) |
public EnvoyFilterClusterMatchFluent()
public EnvoyFilterClusterMatchFluent(EnvoyFilterClusterMatch instance)
protected void copyInstance(EnvoyFilterClusterMatch instance)
public String getName()
public boolean hasName()
public Integer getPortNumber()
public boolean hasPortNumber()
public String getService()
public boolean hasService()
public String getSubset()
public boolean hasSubset()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
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–2024 Red Hat. All rights reserved.