public class Environment extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Environment.Builder |
Modifier | Constructor and Description |
---|---|
protected |
Environment(String name,
Map<String,JsonBall> attributes,
Map<String,JsonBall> overrideAttributes,
String description,
Map<String,String> cookbookVersions) |
Modifier and Type | Method and Description |
---|---|
static Environment.Builder |
builder() |
boolean |
equals(Object o) |
Map<String,JsonBall> |
getAttributes() |
Map<String,String> |
getCookbookVersions() |
String |
getDescription() |
String |
getName() |
Map<String,JsonBall> |
getOverrideAttributes() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"name","default_attributes","override_attributes","description","cookbook_versions"}) protected Environment(String name, @Nullable Map<String,JsonBall> attributes, @Nullable Map<String,JsonBall> overrideAttributes, String description, @Nullable Map<String,String> cookbookVersions)
public static Environment.Builder builder()
public String getName()
public String getDescription()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.