public class IntegrationPlatformRegistrySpecFluentImpl<A extends IntegrationPlatformRegistrySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IntegrationPlatformRegistrySpecFluent<A>
| Constructor and Description |
|---|
IntegrationPlatformRegistrySpecFluentImpl() |
IntegrationPlatformRegistrySpecFluentImpl(IntegrationPlatformRegistrySpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAddress() |
String |
getCa() |
Boolean |
getInsecure() |
String |
getOrganization() |
String |
getSecret() |
Boolean |
hasAddress() |
Boolean |
hasCa() |
int |
hashCode() |
Boolean |
hasInsecure() |
Boolean |
hasOrganization() |
Boolean |
hasSecret() |
A |
withAddress(String address) |
A |
withCa(String ca) |
A |
withInsecure(Boolean insecure) |
A |
withNewAddress(String arg0)
Deprecated.
|
A |
withNewCa(String arg0)
Deprecated.
|
A |
withNewOrganization(String arg0)
Deprecated.
|
A |
withNewSecret(String arg0)
Deprecated.
|
A |
withOrganization(String organization) |
A |
withSecret(String secret) |
public IntegrationPlatformRegistrySpecFluentImpl()
public IntegrationPlatformRegistrySpecFluentImpl(IntegrationPlatformRegistrySpec instance)
public String getAddress()
getAddress in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>public A withAddress(String address)
withAddress in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>public Boolean hasAddress()
hasAddress in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>@Deprecated public A withNewAddress(String arg0)
withNewAddress in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>public String getCa()
getCa in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>public A withCa(String ca)
withCa in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>public Boolean hasCa()
hasCa in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>@Deprecated public A withNewCa(String arg0)
withNewCa in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>public Boolean getInsecure()
getInsecure in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>public A withInsecure(Boolean insecure)
withInsecure in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>public Boolean hasInsecure()
hasInsecure in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>public String getOrganization()
getOrganization in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>public A withOrganization(String organization)
withOrganization in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>public Boolean hasOrganization()
hasOrganization in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>@Deprecated public A withNewOrganization(String arg0)
withNewOrganization in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>public String getSecret()
getSecret in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>public A withSecret(String secret)
withSecret in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>public Boolean hasSecret()
hasSecret in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>@Deprecated public A withNewSecret(String arg0)
withNewSecret in interface IntegrationPlatformRegistrySpecFluent<A extends IntegrationPlatformRegistrySpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.