public class DockerImage extends Object
| Constructor and Description |
|---|
DockerImage() |
DockerImage(String repository,
String tag,
String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getRepository() |
String |
getTag() |
int |
hashCode() |
void |
setId(String id) |
void |
setRepository(String repository) |
void |
setTag(String tag) |
String |
toString() |
Copyright © 2014–2020 Checkmarx. All rights reserved.