public interface IngressControllerCaptureHTTPCookieFluent<A extends IngressControllerCaptureHTTPCookieFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
Modifier and Type | Method and Description |
---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getMatchType() |
Integer |
getMaxLength() |
String |
getName() |
String |
getNamePrefix() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasMatchType() |
Boolean |
hasMaxLength() |
Boolean |
hasName() |
Boolean |
hasNamePrefix() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withMatchType(String matchType) |
A |
withMaxLength(Integer maxLength) |
A |
withName(String name) |
A |
withNamePrefix(String namePrefix) |
String getMatchType()
Boolean hasMatchType()
Integer getMaxLength()
Boolean hasMaxLength()
String getName()
Boolean hasName()
String getNamePrefix()
Boolean hasNamePrefix()
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.