|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.chef.domain.Role
public class Role
Role object.
| Nested Class Summary | |
|---|---|
static class |
Role.Builder
|
| Constructor Summary | |
|---|---|
protected |
Role(String name,
String description,
Map<String,org.jclouds.domain.JsonBall> defaultAttributes,
List<String> runList,
Map<String,org.jclouds.domain.JsonBall> overrideAttributes)
|
| Method Summary | |
|---|---|
static Role.Builder |
builder()
|
boolean |
equals(Object obj)
|
Map<String,org.jclouds.domain.JsonBall> |
getDefaultAttributes()
|
String |
getDescription()
|
String |
getName()
|
Map<String,org.jclouds.domain.JsonBall> |
getOverrideAttributes()
|
List<String> |
getRunList()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"name","description","default_attributes","run_list","override_attributes"})
protected Role(String name,
String description,
@Nullable
Map<String,org.jclouds.domain.JsonBall> defaultAttributes,
@Nullable
List<String> runList,
@Nullable
Map<String,org.jclouds.domain.JsonBall> overrideAttributes)
| Method Detail |
|---|
public static Role.Builder builder()
public String getName()
public String getDescription()
public Map<String,org.jclouds.domain.JsonBall> getOverrideAttributes()
public Map<String,org.jclouds.domain.JsonBall> getDefaultAttributes()
public List<String> getRunList()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||