public class TagEventFluent<T extends TagEventFluent<T>> extends BaseFluent<T> implements Fluent<T>
_visitables| Constructor and Description |
|---|
TagEventFluent() |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getCreated() |
String |
getDockerImageReference() |
String |
getImage() |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withCreated(String created) |
T |
withDockerImageReference(String dockerImageReference) |
T |
withImage(String image) |
Copyright © 2011–2015 Red Hat. All rights reserved.