Class ConsoleExternalLogLinkSpecFluentImpl<A extends ConsoleExternalLogLinkSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.console.v1.ConsoleExternalLogLinkSpecFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,ConsoleExternalLogLinkSpecFluent<A>
- Direct Known Subclasses:
ConsoleExternalLogLinkFluentImpl.SpecNestedImpl,ConsoleExternalLogLinkSpecBuilder
public class ConsoleExternalLogLinkSpecFluentImpl<A extends ConsoleExternalLogLinkSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ConsoleExternalLogLinkSpecFluent<A>
-
-
Constructor Summary
Constructors Constructor Description ConsoleExternalLogLinkSpecFluentImpl()ConsoleExternalLogLinkSpecFluentImpl(ConsoleExternalLogLinkSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetHrefTemplate()StringgetNamespaceFilter()StringgetText()inthashCode()BooleanhasHrefTemplate()BooleanhasNamespaceFilter()BooleanhasText()AwithHrefTemplate(String hrefTemplate)AwithNamespaceFilter(String namespaceFilter)AwithNewHrefTemplate(String arg1)AwithNewHrefTemplate(StringBuffer arg1)AwithNewHrefTemplate(StringBuilder arg1)AwithNewNamespaceFilter(String arg1)AwithNewNamespaceFilter(StringBuffer arg1)AwithNewNamespaceFilter(StringBuilder arg1)AwithNewText(String arg1)AwithNewText(StringBuffer arg1)AwithNewText(StringBuilder arg1)AwithText(String text)
-
-
-
Constructor Detail
-
ConsoleExternalLogLinkSpecFluentImpl
public ConsoleExternalLogLinkSpecFluentImpl()
-
ConsoleExternalLogLinkSpecFluentImpl
public ConsoleExternalLogLinkSpecFluentImpl(ConsoleExternalLogLinkSpec instance)
-
-
Method Detail
-
getHrefTemplate
public String getHrefTemplate()
- Specified by:
getHrefTemplatein interfaceConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
withHrefTemplate
public A withHrefTemplate(String hrefTemplate)
- Specified by:
withHrefTemplatein interfaceConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
hasHrefTemplate
public Boolean hasHrefTemplate()
- Specified by:
hasHrefTemplatein interfaceConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
withNewHrefTemplate
public A withNewHrefTemplate(String arg1)
- Specified by:
withNewHrefTemplatein interfaceConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
withNewHrefTemplate
public A withNewHrefTemplate(StringBuilder arg1)
- Specified by:
withNewHrefTemplatein interfaceConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
withNewHrefTemplate
public A withNewHrefTemplate(StringBuffer arg1)
- Specified by:
withNewHrefTemplatein interfaceConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
getNamespaceFilter
public String getNamespaceFilter()
- Specified by:
getNamespaceFilterin interfaceConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
withNamespaceFilter
public A withNamespaceFilter(String namespaceFilter)
- Specified by:
withNamespaceFilterin interfaceConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
hasNamespaceFilter
public Boolean hasNamespaceFilter()
- Specified by:
hasNamespaceFilterin interfaceConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
withNewNamespaceFilter
public A withNewNamespaceFilter(String arg1)
- Specified by:
withNewNamespaceFilterin interfaceConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
withNewNamespaceFilter
public A withNewNamespaceFilter(StringBuilder arg1)
- Specified by:
withNewNamespaceFilterin interfaceConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
withNewNamespaceFilter
public A withNewNamespaceFilter(StringBuffer arg1)
- Specified by:
withNewNamespaceFilterin interfaceConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
getText
public String getText()
- Specified by:
getTextin interfaceConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
withText
public A withText(String text)
- Specified by:
withTextin interfaceConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
hasText
public Boolean hasText()
- Specified by:
hasTextin interfaceConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
withNewText
public A withNewText(String arg1)
- Specified by:
withNewTextin interfaceConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
withNewText
public A withNewText(StringBuilder arg1)
- Specified by:
withNewTextin interfaceConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
withNewText
public A withNewText(StringBuffer arg1)
- Specified by:
withNewTextin interfaceConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
-