Package com.netflix.genie.common.dto
Class ContainerImage
java.lang.Object
com.netflix.genie.common.dto.ContainerImage
- All Implemented Interfaces:
Serializable
Representation of metadata corresponding to the container image (docker, etc.) that the job should be launched in.
- Since:
- 4.3.0
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getName
Get the name of the image to use for the job if one was specified.- Returns:
- The name or
Optional.empty()
-
getTag
Get the tag of the image to use for the job if one was specified.- Returns:
- The tag or
Optional.empty()
-
getArguments
Get the image arguments if any.- Returns:
- An unmodifiable list of arguments. Any attempt to modify will throw an exception
-
hashCode
public int hashCode() -
equals
-
toString
-