public static final class Resource.Blueprint extends Entity.Blueprint
Note that tenantId, etc., are not needed here because they are provided by the context in which the
WriteInterface.create(org.hawkular.inventory.api.model.Blueprint) method is
called.
| Modifier and Type | Class and Description |
|---|---|
static class |
Resource.Blueprint.Builder |
| Constructor and Description |
|---|
Blueprint(String id,
String resourceTypePath) |
Blueprint(String id,
String resourceTypePath,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(ElementBlueprintVisitor<R,P> visitor,
P parameter) |
static Resource.Blueprint.Builder |
builder() |
String |
getResourceTypePath() |
getIdgetPropertiespublic static Resource.Blueprint.Builder builder()
public String getResourceTypePath()
public <R,P> R accept(ElementBlueprintVisitor<R,P> visitor, P parameter)
Copyright © 2015 Red Hat, Inc.. All rights reserved.