public static final class ResourceType.Blueprint extends Entity.Blueprint
Note that tenantId, etc., are not needed here because they are provided by the context in which the
org.hawkular.inventory.api.WriteInterface#create(org.hawkular.inventory.api.model.Blueprint) method is
called.
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceType.Blueprint.Builder |
| Constructor and Description |
|---|
Blueprint(String id) |
Blueprint(String id,
Map<String,Object> properties) |
Blueprint(String id,
Map<String,Object> properties,
Map<String,Set<CanonicalPath>> outgoing,
Map<String,Set<CanonicalPath>> incoming) |
Blueprint(String id,
String name,
Map<String,Object> properties,
Map<String,Set<CanonicalPath>> outgoing,
Map<String,Set<CanonicalPath>> incoming) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(ElementBlueprintVisitor<R,P> visitor,
P parameter) |
static ResourceType.Blueprint.Builder |
builder() |
equals, getId, getName, hashCodegetPropertiesclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetEntityTypeOf, getSegmentTypeOfpublic Blueprint(String id)
public Blueprint(String id, Map<String,Object> properties, Map<String,Set<CanonicalPath>> outgoing, Map<String,Set<CanonicalPath>> incoming)
public static ResourceType.Blueprint.Builder builder()
public <R,P> R accept(ElementBlueprintVisitor<R,P> visitor, P parameter)
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.