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 class
Grouping.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Grouping.Builder
builder()
boolean
equals(Object obj)
String
getDescription()
String
getTitle()
int
hashCode()
String
toString()
-
-
-
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()
-
-