|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.chef.domain.Environment
public class Environment
An environment.
| Nested Class Summary | |
|---|---|
static class |
Environment.Builder
|
| Constructor Summary | |
|---|---|
protected |
Environment(String name,
Map<String,org.jclouds.domain.JsonBall> attributes,
Map<String,org.jclouds.domain.JsonBall> overrideAttributes,
String description,
Map<String,String> cookbookVersions)
|
| Method Summary | |
|---|---|
static Environment.Builder |
builder()
|
boolean |
equals(Object o)
|
Map<String,org.jclouds.domain.JsonBall> |
getAttributes()
|
Map<String,String> |
getCookbookVersions()
|
String |
getDescription()
|
String |
getName()
|
Map<String,org.jclouds.domain.JsonBall> |
getOverrideAttributes()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"name","default_attributes","override_attributes","description","cookbook_versions"})
protected Environment(String name,
@Nullable
Map<String,org.jclouds.domain.JsonBall> attributes,
@Nullable
Map<String,org.jclouds.domain.JsonBall> overrideAttributes,
String description,
@Nullable
Map<String,String> cookbookVersions)
| Method Detail |
|---|
public static Environment.Builder builder()
public String getName()
public Map<String,org.jclouds.domain.JsonBall> getAttributes()
public Map<String,org.jclouds.domain.JsonBall> getOverrideAttributes()
public String getDescription()
public Map<String,String> getCookbookVersions()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode 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 | |||||||||