public class ImageLayerFluentImpl<A extends ImageLayerFluent<A>> extends BaseFluent<A> implements ImageLayerFluent<A>
_visitables| Constructor and Description |
|---|
ImageLayerFluentImpl() |
ImageLayerFluentImpl(ImageLayer instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getMediaType() |
java.lang.String |
getName() |
java.lang.Long |
getSize() |
java.lang.Boolean |
hasMediaType() |
java.lang.Boolean |
hasName() |
java.lang.Boolean |
hasSize() |
A |
withMediaType(java.lang.String mediaType) |
A |
withName(java.lang.String name) |
A |
withNewMediaType(java.lang.String arg1) |
A |
withNewMediaType(java.lang.StringBuffer arg1) |
A |
withNewMediaType(java.lang.StringBuilder arg1) |
A |
withNewName(java.lang.String arg1) |
A |
withNewName(java.lang.StringBuffer arg1) |
A |
withNewName(java.lang.StringBuilder arg1) |
A |
withSize(java.lang.Long size) |
public ImageLayerFluentImpl()
public ImageLayerFluentImpl(ImageLayer instance)
public java.lang.String getMediaType()
getMediaType in interface ImageLayerFluent<A extends ImageLayerFluent<A>>public A withMediaType(java.lang.String mediaType)
withMediaType in interface ImageLayerFluent<A extends ImageLayerFluent<A>>public java.lang.Boolean hasMediaType()
hasMediaType in interface ImageLayerFluent<A extends ImageLayerFluent<A>>public A withNewMediaType(java.lang.String arg1)
withNewMediaType in interface ImageLayerFluent<A extends ImageLayerFluent<A>>public A withNewMediaType(java.lang.StringBuilder arg1)
withNewMediaType in interface ImageLayerFluent<A extends ImageLayerFluent<A>>public A withNewMediaType(java.lang.StringBuffer arg1)
withNewMediaType in interface ImageLayerFluent<A extends ImageLayerFluent<A>>public java.lang.String getName()
getName in interface ImageLayerFluent<A extends ImageLayerFluent<A>>public A withName(java.lang.String name)
withName in interface ImageLayerFluent<A extends ImageLayerFluent<A>>public java.lang.Boolean hasName()
hasName in interface ImageLayerFluent<A extends ImageLayerFluent<A>>public A withNewName(java.lang.String arg1)
withNewName in interface ImageLayerFluent<A extends ImageLayerFluent<A>>public A withNewName(java.lang.StringBuilder arg1)
withNewName in interface ImageLayerFluent<A extends ImageLayerFluent<A>>public A withNewName(java.lang.StringBuffer arg1)
withNewName in interface ImageLayerFluent<A extends ImageLayerFluent<A>>public java.lang.Long getSize()
getSize in interface ImageLayerFluent<A extends ImageLayerFluent<A>>public A withSize(java.lang.Long size)
withSize in interface ImageLayerFluent<A extends ImageLayerFluent<A>>public java.lang.Boolean hasSize()
hasSize in interface ImageLayerFluent<A extends ImageLayerFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.