Class ApicurioRegistrySpecConfigurationDataSourceFluentImpl<A extends ApicurioRegistrySpecConfigurationDataSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.model.ApicurioRegistrySpecConfigurationDataSourceFluentImpl<A>
-
- All Implemented Interfaces:
ApicurioRegistrySpecConfigurationDataSourceFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ApicurioRegistrySpecConfigurationDataSourceBuilder,ApicurioRegistrySpecConfigurationSqlFluentImpl.DataSourceNestedImpl
public class ApicurioRegistrySpecConfigurationDataSourceFluentImpl<A extends ApicurioRegistrySpecConfigurationDataSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ApicurioRegistrySpecConfigurationDataSourceFluent<A>
-
-
Constructor Summary
Constructors Constructor Description ApicurioRegistrySpecConfigurationDataSourceFluentImpl()ApicurioRegistrySpecConfigurationDataSourceFluentImpl(ApicurioRegistrySpecConfigurationDataSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)StringgetPassword()StringgetUrl()StringgetUsername()inthashCode()BooleanhasPassword()BooleanhasUrl()BooleanhasUsername()AwithNewPassword(String original)Deprecated.AwithNewUrl(String original)Deprecated.AwithNewUsername(String original)Deprecated.AwithPassword(String password)AwithUrl(String url)AwithUsername(String username)
-
-
-
Constructor Detail
-
ApicurioRegistrySpecConfigurationDataSourceFluentImpl
public ApicurioRegistrySpecConfigurationDataSourceFluentImpl()
-
ApicurioRegistrySpecConfigurationDataSourceFluentImpl
public ApicurioRegistrySpecConfigurationDataSourceFluentImpl(ApicurioRegistrySpecConfigurationDataSource instance)
-
-
Method Detail
-
getUrl
public String getUrl()
- Specified by:
getUrlin interfaceApicurioRegistrySpecConfigurationDataSourceFluent<A extends ApicurioRegistrySpecConfigurationDataSourceFluent<A>>
-
withUrl
public A withUrl(String url)
- Specified by:
withUrlin interfaceApicurioRegistrySpecConfigurationDataSourceFluent<A extends ApicurioRegistrySpecConfigurationDataSourceFluent<A>>
-
hasUrl
public Boolean hasUrl()
- Specified by:
hasUrlin interfaceApicurioRegistrySpecConfigurationDataSourceFluent<A extends ApicurioRegistrySpecConfigurationDataSourceFluent<A>>
-
withNewUrl
@Deprecated public A withNewUrl(String original)
Deprecated.- Specified by:
withNewUrlin interfaceApicurioRegistrySpecConfigurationDataSourceFluent<A extends ApicurioRegistrySpecConfigurationDataSourceFluent<A>>
-
getUsername
public String getUsername()
- Specified by:
getUsernamein interfaceApicurioRegistrySpecConfigurationDataSourceFluent<A extends ApicurioRegistrySpecConfigurationDataSourceFluent<A>>
-
withUsername
public A withUsername(String username)
- Specified by:
withUsernamein interfaceApicurioRegistrySpecConfigurationDataSourceFluent<A extends ApicurioRegistrySpecConfigurationDataSourceFluent<A>>
-
hasUsername
public Boolean hasUsername()
- Specified by:
hasUsernamein interfaceApicurioRegistrySpecConfigurationDataSourceFluent<A extends ApicurioRegistrySpecConfigurationDataSourceFluent<A>>
-
withNewUsername
@Deprecated public A withNewUsername(String original)
Deprecated.- Specified by:
withNewUsernamein interfaceApicurioRegistrySpecConfigurationDataSourceFluent<A extends ApicurioRegistrySpecConfigurationDataSourceFluent<A>>
-
getPassword
public String getPassword()
- Specified by:
getPasswordin interfaceApicurioRegistrySpecConfigurationDataSourceFluent<A extends ApicurioRegistrySpecConfigurationDataSourceFluent<A>>
-
withPassword
public A withPassword(String password)
- Specified by:
withPasswordin interfaceApicurioRegistrySpecConfigurationDataSourceFluent<A extends ApicurioRegistrySpecConfigurationDataSourceFluent<A>>
-
hasPassword
public Boolean hasPassword()
- Specified by:
hasPasswordin interfaceApicurioRegistrySpecConfigurationDataSourceFluent<A extends ApicurioRegistrySpecConfigurationDataSourceFluent<A>>
-
withNewPassword
@Deprecated public A withNewPassword(String original)
Deprecated.- Specified by:
withNewPasswordin interfaceApicurioRegistrySpecConfigurationDataSourceFluent<A extends ApicurioRegistrySpecConfigurationDataSourceFluent<A>>
-
-