|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.chef.domain.Attribute
public class Attribute
An attribute in a cookbook metadata.
| Nested Class Summary | |
|---|---|
static class |
Attribute.Builder
|
| Constructor Summary | |
|---|---|
protected |
Attribute(String required,
boolean calculated,
Set<String> choice,
org.jclouds.domain.JsonBall defaultValue,
String type,
List<String> recipes,
String displayName,
String description)
|
| Method Summary | |
|---|---|
static Attribute.Builder |
builder()
|
boolean |
equals(Object obj)
|
Set<String> |
getChoice()
|
org.jclouds.domain.JsonBall |
getDefaultValue()
|
String |
getDescription()
|
String |
getDisplayName()
|
List<String> |
getRecipes()
|
String |
getRequired()
|
String |
getType()
|
int |
hashCode()
|
boolean |
isCalculated()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"required","calculated","choice","default","type","recipes","display_name","description"})
protected Attribute(String required,
boolean calculated,
@Nullable
Set<String> choice,
org.jclouds.domain.JsonBall defaultValue,
String type,
@Nullable
List<String> recipes,
String displayName,
String description)
| Method Detail |
|---|
public static Attribute.Builder builder()
public String getRequired()
public boolean isCalculated()
public Set<String> getChoice()
public org.jclouds.domain.JsonBall getDefaultValue()
public String getType()
public List<String> getRecipes()
public String getDisplayName()
public String getDescription()
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 | |||||||||