Class ContainerImage
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.container.ContainerImage
-
public class ContainerImage extends java.lang.ObjectA container image.- Author:
- mpolden
-
-
Constructor Summary
Constructors Constructor Description ContainerImage(java.lang.String id, java.lang.String registry, java.lang.String repository, java.time.Instant createdAt, com.yahoo.component.Version version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.InstantcreatedAt()The time this was createdbooleanequals(java.lang.Object o)inthashCode()java.lang.Stringid()Unique identifier of thisjava.lang.Stringregistry()The registry holding this imagejava.lang.Stringrepository()Repository of this imagejava.lang.StringtoString()com.yahoo.component.Versionversion()The version of this
-
-
-
Method Detail
-
id
public java.lang.String id()
Unique identifier of this
-
registry
public java.lang.String registry()
The registry holding this image
-
repository
public java.lang.String repository()
Repository of this image
-
createdAt
public java.time.Instant createdAt()
The time this was created
-
version
public com.yahoo.component.Version version()
The version of this
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-