Class CLIDownloadLinkFluentImpl<A extends CLIDownloadLinkFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.console.v1.CLIDownloadLinkFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,CLIDownloadLinkFluent<A>
- Direct Known Subclasses:
CLIDownloadLinkBuilder,ConsoleCLIDownloadSpecFluentImpl.LinksNestedImpl
public class CLIDownloadLinkFluentImpl<A extends CLIDownloadLinkFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CLIDownloadLinkFluent<A>
-
-
Constructor Summary
Constructors Constructor Description CLIDownloadLinkFluentImpl()CLIDownloadLinkFluentImpl(CLIDownloadLink instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetHref()StringgetText()inthashCode()BooleanhasHref()BooleanhasText()AwithHref(String href)AwithNewHref(String arg1)AwithNewHref(StringBuffer arg1)AwithNewHref(StringBuilder arg1)AwithNewText(String arg1)AwithNewText(StringBuffer arg1)AwithNewText(StringBuilder arg1)AwithText(String text)
-
-
-
Constructor Detail
-
CLIDownloadLinkFluentImpl
public CLIDownloadLinkFluentImpl()
-
CLIDownloadLinkFluentImpl
public CLIDownloadLinkFluentImpl(CLIDownloadLink instance)
-
-
Method Detail
-
getHref
public String getHref()
- Specified by:
getHrefin interfaceCLIDownloadLinkFluent<A extends CLIDownloadLinkFluent<A>>
-
withHref
public A withHref(String href)
- Specified by:
withHrefin interfaceCLIDownloadLinkFluent<A extends CLIDownloadLinkFluent<A>>
-
hasHref
public Boolean hasHref()
- Specified by:
hasHrefin interfaceCLIDownloadLinkFluent<A extends CLIDownloadLinkFluent<A>>
-
withNewHref
public A withNewHref(String arg1)
- Specified by:
withNewHrefin interfaceCLIDownloadLinkFluent<A extends CLIDownloadLinkFluent<A>>
-
withNewHref
public A withNewHref(StringBuilder arg1)
- Specified by:
withNewHrefin interfaceCLIDownloadLinkFluent<A extends CLIDownloadLinkFluent<A>>
-
withNewHref
public A withNewHref(StringBuffer arg1)
- Specified by:
withNewHrefin interfaceCLIDownloadLinkFluent<A extends CLIDownloadLinkFluent<A>>
-
getText
public String getText()
- Specified by:
getTextin interfaceCLIDownloadLinkFluent<A extends CLIDownloadLinkFluent<A>>
-
withText
public A withText(String text)
- Specified by:
withTextin interfaceCLIDownloadLinkFluent<A extends CLIDownloadLinkFluent<A>>
-
hasText
public Boolean hasText()
- Specified by:
hasTextin interfaceCLIDownloadLinkFluent<A extends CLIDownloadLinkFluent<A>>
-
withNewText
public A withNewText(String arg1)
- Specified by:
withNewTextin interfaceCLIDownloadLinkFluent<A extends CLIDownloadLinkFluent<A>>
-
withNewText
public A withNewText(StringBuilder arg1)
- Specified by:
withNewTextin interfaceCLIDownloadLinkFluent<A extends CLIDownloadLinkFluent<A>>
-
withNewText
public A withNewText(StringBuffer arg1)
- Specified by:
withNewTextin interfaceCLIDownloadLinkFluent<A extends CLIDownloadLinkFluent<A>>
-
-