public class Role extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Role.Builder |
Modifier | Constructor and Description |
---|---|
protected |
Role(String name,
String description,
Map<String,JsonBall> defaultAttributes,
List<String> runList,
Map<String,JsonBall> overrideAttributes) |
Modifier and Type | Method and Description |
---|---|
static Role.Builder |
builder() |
boolean |
equals(Object obj) |
Map<String,JsonBall> |
getDefaultAttributes() |
String |
getDescription() |
String |
getName() |
Map<String,JsonBall> |
getOverrideAttributes() |
List<String> |
getRunList() |
int |
hashCode() |
String |
toString() |
public static Role.Builder builder()
public String getName()
public String getDescription()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.