public static final class CanonicalPath.TenantBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.hawkular.inventory.paths.Path.Constructor<Impl> |
constructor |
protected List<Path.Segment> |
segments |
| Modifier and Type | Method and Description |
|---|---|
EB |
environment(String id) |
protected CanonicalPath.EnvironmentBuilder |
environmentBuilder(List<Path.Segment> list) |
FB |
feed(String id) |
protected CanonicalPath.FeedBuilder |
feedBuilder(List<Path.Segment> segments) |
Impl |
get() |
MPB |
metadataPack(String id) |
protected CanonicalPath.MetadataPackBuilder |
metadataPackBuilder(List<Path.Segment> segments) |
MTB |
metricType(String id) |
protected CanonicalPath.MetricTypeBuilder |
metricTypeBuilder(List<Path.Segment> list) |
RTB |
resourceType(String id) |
protected CanonicalPath.ResourceTypeBuilder |
resourceTypeBuilder(List<Path.Segment> list) |
protected final List<Path.Segment> segments
protected final org.hawkular.inventory.paths.Path.Constructor<Impl extends Path> constructor
protected CanonicalPath.EnvironmentBuilder environmentBuilder(List<Path.Segment> list)
protected CanonicalPath.FeedBuilder feedBuilder(List<Path.Segment> segments)
protected CanonicalPath.ResourceTypeBuilder resourceTypeBuilder(List<Path.Segment> list)
protected CanonicalPath.MetricTypeBuilder metricTypeBuilder(List<Path.Segment> list)
protected CanonicalPath.MetadataPackBuilder metadataPackBuilder(List<Path.Segment> segments)
public FB feed(String id)
public EB environment(String id)
public RTB resourceType(String id)
public MTB metricType(String id)
public MPB metadataPack(String id)
public Impl get()
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.