Package org.jclouds.chef.domain
Class Grouping
- java.lang.Object
 - 
- org.jclouds.chef.domain.Grouping
 
 
- 
public class Grouping extends Object
Information of a group of attributes in a namespace. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGrouping.Builder 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Grouping.Builderbuilder()booleanequals(Object obj)StringgetDescription()StringgetTitle()inthashCode()StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
Grouping
@ConstructorProperties({"title","description"}) protected Grouping(String title, String description)
 
 - 
 
- 
Method Detail
- 
builder
public static Grouping.Builder builder()
 
- 
getTitle
public String getTitle()
 
- 
getDescription
public String getDescription()
 
 - 
 
 -