Package org.jclouds.chef.domain
Class Attribute
java.lang.Object
org.jclouds.chef.domain.Attribute
An attribute in a cookbook metadata.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Attribute.Builder
builder()
boolean
getType()
int
hashCode()
boolean
toString()
-
Constructor Details
-
Attribute
@ConstructorProperties({"required","calculated","choice","default","type","recipes","display_name","description"}) protected Attribute(String required, boolean calculated, @Nullable Set<String> choice, JsonBall defaultValue, String type, @Nullable List<String> recipes, String displayName, String description)
-
-
Method Details