T - public abstract class TargetWithDomain<T extends WithId<T>> extends Object implements WithId<T>
| Constructor and Description |
|---|
TargetWithDomain(T target,
Collection<T> domain) |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
getDomain() |
Optional<String> |
getId() |
Kind |
getKind() |
T |
getTarget() |
T |
withId(String id) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasId, idEqualspublic TargetWithDomain(T target, Collection<T> domain)
public T getTarget()
public Collection<T> getDomain()
public Optional<String> getId()
getId in interface WithResourceIdCopyright © 2016–2019 Red Hat. All rights reserved.