public class Node extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Node.Builder |
Modifier | Constructor and Description |
---|---|
protected |
Node(String name,
Map<String,JsonBall> normalAttributes,
Map<String,JsonBall> overrideAttributes,
Map<String,JsonBall> defaultAttributes,
Map<String,JsonBall> automaticAttributes,
List<String> runList,
String environment) |
Modifier and Type | Method and Description |
---|---|
static Node.Builder |
builder() |
boolean |
equals(Object obj) |
Map<String,JsonBall> |
getAutomaticAttributes() |
Map<String,JsonBall> |
getDefaultAttributes() |
String |
getEnvironment() |
String |
getName() |
Map<String,JsonBall> |
getNormalAttributes() |
Map<String,JsonBall> |
getOverrideAttributes() |
List<String> |
getRunList() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"name","normal","override","default","automatic","run_list","chef_environment"}) protected Node(String name, @Nullable Map<String,JsonBall> normalAttributes, @Nullable Map<String,JsonBall> overrideAttributes, @Nullable Map<String,JsonBall> defaultAttributes, @Nullable Map<String,JsonBall> automaticAttributes, List<String> runList, @Nullable String environment)
public static Node.Builder builder()
public String getName()
public String getEnvironment()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.