public class ACMEChallengeFluent<A extends ACMEChallengeFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ACMEChallengeFluent() |
ACMEChallengeFluent(ACMEChallenge instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(ACMEChallenge instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getToken() |
String |
getType() |
String |
getUrl() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasToken() |
boolean |
hasType() |
boolean |
hasUrl() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withToken(String token) |
A |
withType(String type) |
A |
withUrl(String url) |
public ACMEChallengeFluent()
public ACMEChallengeFluent(ACMEChallenge instance)
protected void copyInstance(ACMEChallenge instance)
public String getToken()
public boolean hasToken()
public String getType()
public boolean hasType()
public String getUrl()
public boolean hasUrl()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ACMEChallengeFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ACMEChallengeFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.