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(Entity.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) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(ElementBlueprintVisitor<R,P> visitor,
P parameter) |
static ResourceType.Blueprint.Builder |
builder() |
getIdgetPropertiespublic Blueprint(String id)
public static ResourceType.Blueprint.Builder builder()
public <R,P> R accept(ElementBlueprintVisitor<R,P> visitor, P parameter)
Copyright © 2015 Red Hat, Inc.. All rights reserved.