public class HTTPPathModifierFluentImpl<A extends HTTPPathModifierFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HTTPPathModifierFluent<A>
| Constructor and Description |
|---|
HTTPPathModifierFluentImpl() |
HTTPPathModifierFluentImpl(HTTPPathModifier instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getReplaceFullPath() |
String |
getReplacePrefixMatch() |
String |
getType() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasReplaceFullPath() |
Boolean |
hasReplacePrefixMatch() |
Boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withReplaceFullPath(String replaceFullPath) |
A |
withReplacePrefixMatch(String replacePrefixMatch) |
A |
withType(String type) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic HTTPPathModifierFluentImpl()
public HTTPPathModifierFluentImpl(HTTPPathModifier instance)
public String getReplaceFullPath()
getReplaceFullPath in interface HTTPPathModifierFluent<A extends HTTPPathModifierFluent<A>>public A withReplaceFullPath(String replaceFullPath)
withReplaceFullPath in interface HTTPPathModifierFluent<A extends HTTPPathModifierFluent<A>>public Boolean hasReplaceFullPath()
hasReplaceFullPath in interface HTTPPathModifierFluent<A extends HTTPPathModifierFluent<A>>public String getReplacePrefixMatch()
getReplacePrefixMatch in interface HTTPPathModifierFluent<A extends HTTPPathModifierFluent<A>>public A withReplacePrefixMatch(String replacePrefixMatch)
withReplacePrefixMatch in interface HTTPPathModifierFluent<A extends HTTPPathModifierFluent<A>>public Boolean hasReplacePrefixMatch()
hasReplacePrefixMatch in interface HTTPPathModifierFluent<A extends HTTPPathModifierFluent<A>>public String getType()
getType in interface HTTPPathModifierFluent<A extends HTTPPathModifierFluent<A>>public A withType(String type)
withType in interface HTTPPathModifierFluent<A extends HTTPPathModifierFluent<A>>public Boolean hasType()
hasType in interface HTTPPathModifierFluent<A extends HTTPPathModifierFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface HTTPPathModifierFluent<A extends HTTPPathModifierFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface HTTPPathModifierFluent<A extends HTTPPathModifierFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface HTTPPathModifierFluent<A extends HTTPPathModifierFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface HTTPPathModifierFluent<A extends HTTPPathModifierFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface HTTPPathModifierFluent<A extends HTTPPathModifierFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface HTTPPathModifierFluent<A extends HTTPPathModifierFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface HTTPPathModifierFluent<A extends HTTPPathModifierFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPPathModifierFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPPathModifierFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.