Package io.fabric8.openshift.api.model
Class ImageLayerFluentImpl<A extends ImageLayerFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.ImageLayerFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,ImageLayerFluent<A>
- Direct Known Subclasses:
DoneableImageLayer,ImageFluentImpl.DockerImageLayersNestedImpl,ImageLayerBuilder
public class ImageLayerFluentImpl<A extends ImageLayerFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ImageLayerFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ImageLayerFluentImpl()ImageLayerFluentImpl(ImageLayer instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetMediaType()StringgetName()LonggetSize()BooleanhasMediaType()BooleanhasName()BooleanhasSize()AwithMediaType(String mediaType)AwithName(String name)AwithNewMediaType(String arg1)AwithNewMediaType(StringBuffer arg1)AwithNewMediaType(StringBuilder arg1)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithSize(Long size)
-
Constructor Details
-
ImageLayerFluentImpl
public ImageLayerFluentImpl() -
ImageLayerFluentImpl
-
-
Method Details
-
getMediaType
- Specified by:
getMediaTypein interfaceImageLayerFluent<A extends ImageLayerFluent<A>>
-
withMediaType
- Specified by:
withMediaTypein interfaceImageLayerFluent<A extends ImageLayerFluent<A>>
-
hasMediaType
- Specified by:
hasMediaTypein interfaceImageLayerFluent<A extends ImageLayerFluent<A>>
-
withNewMediaType
- Specified by:
withNewMediaTypein interfaceImageLayerFluent<A extends ImageLayerFluent<A>>
-
withNewMediaType
- Specified by:
withNewMediaTypein interfaceImageLayerFluent<A extends ImageLayerFluent<A>>
-
withNewMediaType
- Specified by:
withNewMediaTypein interfaceImageLayerFluent<A extends ImageLayerFluent<A>>
-
getName
- Specified by:
getNamein interfaceImageLayerFluent<A extends ImageLayerFluent<A>>
-
withName
- Specified by:
withNamein interfaceImageLayerFluent<A extends ImageLayerFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceImageLayerFluent<A extends ImageLayerFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceImageLayerFluent<A extends ImageLayerFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceImageLayerFluent<A extends ImageLayerFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceImageLayerFluent<A extends ImageLayerFluent<A>>
-
getSize
- Specified by:
getSizein interfaceImageLayerFluent<A extends ImageLayerFluent<A>>
-
withSize
- Specified by:
withSizein interfaceImageLayerFluent<A extends ImageLayerFluent<A>>
-
hasSize
- Specified by:
hasSizein interfaceImageLayerFluent<A extends ImageLayerFluent<A>>
-
equals
-