Class AppLinkFluentImpl<A extends AppLinkFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.AppLinkFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,AppLinkFluent<A>
- Direct Known Subclasses:
AppLinkBuilder,ClusterServiceVersionSpecFluentImpl.LinksNestedImpl,ClusterServiceVersionSpecFluentImpl.ProviderNestedImpl
public class AppLinkFluentImpl<A extends AppLinkFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AppLinkFluent<A>
-
-
Constructor Summary
Constructors Constructor Description AppLinkFluentImpl()AppLinkFluentImpl(AppLink instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()StringgetUrl()inthashCode()BooleanhasName()BooleanhasUrl()AwithName(String name)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewUrl(String arg1)AwithNewUrl(StringBuffer arg1)AwithNewUrl(StringBuilder arg1)AwithUrl(String url)
-
-
-
Constructor Detail
-
AppLinkFluentImpl
public AppLinkFluentImpl()
-
AppLinkFluentImpl
public AppLinkFluentImpl(AppLink instance)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceAppLinkFluent<A extends AppLinkFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withNamein interfaceAppLinkFluent<A extends AppLinkFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasNamein interfaceAppLinkFluent<A extends AppLinkFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewNamein interfaceAppLinkFluent<A extends AppLinkFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewNamein interfaceAppLinkFluent<A extends AppLinkFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewNamein interfaceAppLinkFluent<A extends AppLinkFluent<A>>
-
getUrl
public String getUrl()
- Specified by:
getUrlin interfaceAppLinkFluent<A extends AppLinkFluent<A>>
-
withUrl
public A withUrl(String url)
- Specified by:
withUrlin interfaceAppLinkFluent<A extends AppLinkFluent<A>>
-
hasUrl
public Boolean hasUrl()
- Specified by:
hasUrlin interfaceAppLinkFluent<A extends AppLinkFluent<A>>
-
withNewUrl
public A withNewUrl(String arg1)
- Specified by:
withNewUrlin interfaceAppLinkFluent<A extends AppLinkFluent<A>>
-
withNewUrl
public A withNewUrl(StringBuilder arg1)
- Specified by:
withNewUrlin interfaceAppLinkFluent<A extends AppLinkFluent<A>>
-
withNewUrl
public A withNewUrl(StringBuffer arg1)
- Specified by:
withNewUrlin interfaceAppLinkFluent<A extends AppLinkFluent<A>>
-
-