public class ACMEIssuerStatusFluentImpl<A extends ACMEIssuerStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ACMEIssuerStatusFluent<A>
| Constructor and Description |
|---|
ACMEIssuerStatusFluentImpl() |
ACMEIssuerStatusFluentImpl(ACMEIssuerStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLastRegisteredEmail() |
String |
getUri() |
int |
hashCode() |
Boolean |
hasLastRegisteredEmail() |
Boolean |
hasUri() |
A |
withLastRegisteredEmail(String lastRegisteredEmail) |
A |
withNewLastRegisteredEmail(String arg0)
Deprecated.
|
A |
withNewUri(String arg0)
Deprecated.
|
A |
withUri(String uri) |
public ACMEIssuerStatusFluentImpl()
public ACMEIssuerStatusFluentImpl(ACMEIssuerStatus instance)
public String getLastRegisteredEmail()
getLastRegisteredEmail in interface ACMEIssuerStatusFluent<A extends ACMEIssuerStatusFluent<A>>public A withLastRegisteredEmail(String lastRegisteredEmail)
withLastRegisteredEmail in interface ACMEIssuerStatusFluent<A extends ACMEIssuerStatusFluent<A>>public Boolean hasLastRegisteredEmail()
hasLastRegisteredEmail in interface ACMEIssuerStatusFluent<A extends ACMEIssuerStatusFluent<A>>@Deprecated public A withNewLastRegisteredEmail(String arg0)
withNewLastRegisteredEmail in interface ACMEIssuerStatusFluent<A extends ACMEIssuerStatusFluent<A>>public String getUri()
getUri in interface ACMEIssuerStatusFluent<A extends ACMEIssuerStatusFluent<A>>public A withUri(String uri)
withUri in interface ACMEIssuerStatusFluent<A extends ACMEIssuerStatusFluent<A>>public Boolean hasUri()
hasUri in interface ACMEIssuerStatusFluent<A extends ACMEIssuerStatusFluent<A>>@Deprecated public A withNewUri(String arg0)
withNewUri in interface ACMEIssuerStatusFluent<A extends ACMEIssuerStatusFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.