public class ImageFluentImpl<A extends ImageFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ImageFluent<A>
| Constructor and Description |
|---|
ImageFluentImpl() |
ImageFluentImpl(Image instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getChecksum() |
String |
getChecksumType() |
String |
getFormat() |
String |
getUrl() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasChecksum() |
Boolean |
hasChecksumType() |
Boolean |
hasFormat() |
int |
hashCode() |
Boolean |
hasUrl() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withChecksum(String checksum) |
A |
withChecksumType(String checksumType) |
A |
withFormat(String format) |
A |
withNewChecksum(String arg0)
Deprecated.
|
A |
withNewChecksumType(String arg0)
Deprecated.
|
A |
withNewFormat(String arg0)
Deprecated.
|
A |
withNewUrl(String arg0)
Deprecated.
|
A |
withUrl(String url) |
public ImageFluentImpl()
public ImageFluentImpl(Image instance)
public String getChecksum()
getChecksum in interface ImageFluent<A extends ImageFluent<A>>public A withChecksum(String checksum)
withChecksum in interface ImageFluent<A extends ImageFluent<A>>public Boolean hasChecksum()
hasChecksum in interface ImageFluent<A extends ImageFluent<A>>@Deprecated public A withNewChecksum(String arg0)
withNewChecksum in interface ImageFluent<A extends ImageFluent<A>>public String getChecksumType()
getChecksumType in interface ImageFluent<A extends ImageFluent<A>>public A withChecksumType(String checksumType)
withChecksumType in interface ImageFluent<A extends ImageFluent<A>>public Boolean hasChecksumType()
hasChecksumType in interface ImageFluent<A extends ImageFluent<A>>@Deprecated public A withNewChecksumType(String arg0)
withNewChecksumType in interface ImageFluent<A extends ImageFluent<A>>public String getFormat()
getFormat in interface ImageFluent<A extends ImageFluent<A>>public A withFormat(String format)
withFormat in interface ImageFluent<A extends ImageFluent<A>>public Boolean hasFormat()
hasFormat in interface ImageFluent<A extends ImageFluent<A>>@Deprecated public A withNewFormat(String arg0)
withNewFormat in interface ImageFluent<A extends ImageFluent<A>>public String getUrl()
getUrl in interface ImageFluent<A extends ImageFluent<A>>public A withUrl(String url)
withUrl in interface ImageFluent<A extends ImageFluent<A>>public Boolean hasUrl()
hasUrl in interface ImageFluent<A extends ImageFluent<A>>@Deprecated public A withNewUrl(String arg0)
withNewUrl in interface ImageFluent<A extends ImageFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ImageFluent<A extends ImageFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ImageFluent<A extends ImageFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ImageFluent<A extends ImageFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ImageFluent<A extends ImageFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ImageFluent<A extends ImageFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ImageFluent<A extends ImageFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ImageFluent<A extends ImageFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.