Class IngressControllerHTTPUniqueIdHeaderPolicyFluentImpl<A extends IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.IngressControllerHTTPUniqueIdHeaderPolicyFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>
- Direct Known Subclasses:
IngressControllerHTTPHeadersFluentImpl.UniqueIdNestedImpl,IngressControllerHTTPUniqueIdHeaderPolicyBuilder
public class IngressControllerHTTPUniqueIdHeaderPolicyFluentImpl<A extends IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>
-
-
Constructor Summary
Constructors Constructor Description IngressControllerHTTPUniqueIdHeaderPolicyFluentImpl()IngressControllerHTTPUniqueIdHeaderPolicyFluentImpl(IngressControllerHTTPUniqueIdHeaderPolicy instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFormat()StringgetName()BooleanhasFormat()inthashCode()BooleanhasName()AwithFormat(String format)AwithName(String name)AwithNewFormat(String arg1)AwithNewFormat(StringBuffer arg1)AwithNewFormat(StringBuilder arg1)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)
-
-
-
Constructor Detail
-
IngressControllerHTTPUniqueIdHeaderPolicyFluentImpl
public IngressControllerHTTPUniqueIdHeaderPolicyFluentImpl()
-
IngressControllerHTTPUniqueIdHeaderPolicyFluentImpl
public IngressControllerHTTPUniqueIdHeaderPolicyFluentImpl(IngressControllerHTTPUniqueIdHeaderPolicy instance)
-
-
Method Detail
-
getFormat
public String getFormat()
- Specified by:
getFormatin interfaceIngressControllerHTTPUniqueIdHeaderPolicyFluent<A extends IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>>
-
withFormat
public A withFormat(String format)
- Specified by:
withFormatin interfaceIngressControllerHTTPUniqueIdHeaderPolicyFluent<A extends IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>>
-
hasFormat
public Boolean hasFormat()
- Specified by:
hasFormatin interfaceIngressControllerHTTPUniqueIdHeaderPolicyFluent<A extends IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>>
-
withNewFormat
public A withNewFormat(String arg1)
- Specified by:
withNewFormatin interfaceIngressControllerHTTPUniqueIdHeaderPolicyFluent<A extends IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>>
-
withNewFormat
public A withNewFormat(StringBuilder arg1)
- Specified by:
withNewFormatin interfaceIngressControllerHTTPUniqueIdHeaderPolicyFluent<A extends IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>>
-
withNewFormat
public A withNewFormat(StringBuffer arg1)
- Specified by:
withNewFormatin interfaceIngressControllerHTTPUniqueIdHeaderPolicyFluent<A extends IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>>
-
getName
public String getName()
- Specified by:
getNamein interfaceIngressControllerHTTPUniqueIdHeaderPolicyFluent<A extends IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withNamein interfaceIngressControllerHTTPUniqueIdHeaderPolicyFluent<A extends IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasNamein interfaceIngressControllerHTTPUniqueIdHeaderPolicyFluent<A extends IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewNamein interfaceIngressControllerHTTPUniqueIdHeaderPolicyFluent<A extends IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewNamein interfaceIngressControllerHTTPUniqueIdHeaderPolicyFluent<A extends IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewNamein interfaceIngressControllerHTTPUniqueIdHeaderPolicyFluent<A extends IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>>
-
-