Package io.fabric8.openshift.api.model
Class DockerImageReferenceFluent<A extends DockerImageReferenceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.DockerImageReferenceFluent<A>
-
- Direct Known Subclasses:
DockerImageReferenceBuilder
public class DockerImageReferenceFluent<A extends DockerImageReferenceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description DockerImageReferenceFluent()DockerImageReferenceFluent(DockerImageReference instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(DockerImageReference instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetID()StringgetName()StringgetNamespace()StringgetRegistry()StringgetTag()booleanhasAdditionalProperties()inthashCode()booleanhasID()booleanhasName()booleanhasNamespace()booleanhasRegistry()booleanhasTag()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithID(String iD)AwithName(String name)AwithNamespace(String namespace)AwithRegistry(String registry)AwithTag(String tag)
-
-
-
Constructor Detail
-
DockerImageReferenceFluent
public DockerImageReferenceFluent()
-
DockerImageReferenceFluent
public DockerImageReferenceFluent(DockerImageReference instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(DockerImageReference instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DockerImageReferenceFluent<A>>
-
getID
public String getID()
-
getName
public String getName()
-
getNamespace
public String getNamespace()
-
getRegistry
public String getRegistry()
-
getTag
public String getTag()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasID
public boolean hasID()
-
hasName
public boolean hasName()
-
hasNamespace
public boolean hasNamespace()
-
hasRegistry
public boolean hasRegistry()
-
hasTag
public boolean hasTag()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DockerImageReferenceFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-