public static class RecommendationResponse.BlueprintConfigurations extends Object
Constructor and Description |
---|
BlueprintConfigurations() |
Modifier and Type | Method and Description |
---|---|
static RecommendationResponse.BlueprintConfigurations |
create(Map<String,String> properties,
Map<String,Map<String,String>> attributes) |
boolean |
equals(Object o) |
Map<String,String> |
getProperties() |
Map<String,ValueAttributesInfo> |
getPropertyAttributes() |
Map<String,Map<String,String>> |
getPropertyAttributesAsMap() |
int |
hashCode() |
void |
setProperties(Map<String,String> properties)
Returns a map of properties for this configuration.
|
void |
setPropertyAttributes(Map<String,ValueAttributesInfo> propertyAttributes) |
public static RecommendationResponse.BlueprintConfigurations create(Map<String,String> properties, Map<String,Map<String,String>> attributes)
properties
- properties in name -> value formatattributes
- attributes in attribute name -> property name -> value formatpublic void setProperties(Map<String,String> properties)
properties
- a map of properties, always non-nullpublic Map<String,ValueAttributesInfo> getPropertyAttributes()
public Map<String,Map<String,String>> getPropertyAttributesAsMap()
public void setPropertyAttributes(Map<String,ValueAttributesInfo> propertyAttributes)
Copyright © 2022 Apache Software Foundation. All rights reserved.