Class IngressControllerCaptureHTTPCookieFluent<A extends IngressControllerCaptureHTTPCookieFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.IngressControllerCaptureHTTPCookieFluent<A>
-
- Direct Known Subclasses:
AccessLoggingFluent.HttpCaptureCookiesNested,IngressControllerCaptureHTTPCookieBuilder
public class IngressControllerCaptureHTTPCookieFluent<A extends IngressControllerCaptureHTTPCookieFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description IngressControllerCaptureHTTPCookieFluent()IngressControllerCaptureHTTPCookieFluent(IngressControllerCaptureHTTPCookie instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(IngressControllerCaptureHTTPCookie instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetMatchType()IntegergetMaxLength()StringgetName()StringgetNamePrefix()booleanhasAdditionalProperties()inthashCode()booleanhasMatchType()booleanhasMaxLength()booleanhasName()booleanhasNamePrefix()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithMatchType(String matchType)AwithMaxLength(Integer maxLength)AwithName(String name)AwithNamePrefix(String namePrefix)
-
-
-
Constructor Detail
-
IngressControllerCaptureHTTPCookieFluent
public IngressControllerCaptureHTTPCookieFluent()
-
IngressControllerCaptureHTTPCookieFluent
public IngressControllerCaptureHTTPCookieFluent(IngressControllerCaptureHTTPCookie instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(IngressControllerCaptureHTTPCookie instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressControllerCaptureHTTPCookieFluent<A>>
-
getMatchType
public String getMatchType()
-
getMaxLength
public Integer getMaxLength()
-
getName
public String getName()
-
getNamePrefix
public String getNamePrefix()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasMatchType
public boolean hasMatchType()
-
hasMaxLength
public boolean hasMaxLength()
-
hasName
public boolean hasName()
-
hasNamePrefix
public boolean hasNamePrefix()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressControllerCaptureHTTPCookieFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-