org.jclouds.chef.domain
Class Role

java.lang.Object
  extended by org.jclouds.chef.domain.Role

public class Role
extends Object

Role object.


Nested Class Summary
static class Role.Builder
           
 
Constructor Summary
protected Role(String name, String description, Map<String,org.jclouds.domain.JsonBall> defaultAttributes, List<String> runList, Map<String,org.jclouds.domain.JsonBall> overrideAttributes)
           
 
Method Summary
static Role.Builder builder()
           
 boolean equals(Object obj)
           
 Map<String,org.jclouds.domain.JsonBall> getDefaultAttributes()
           
 String getDescription()
           
 String getName()
           
 Map<String,org.jclouds.domain.JsonBall> getOverrideAttributes()
           
 List<String> getRunList()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Role

@ConstructorProperties(value={"name","description","default_attributes","run_list","override_attributes"})
protected Role(String name,
                                          String description,
                                          @Nullable
                                          Map<String,org.jclouds.domain.JsonBall> defaultAttributes,
                                          @Nullable
                                          List<String> runList,
                                          @Nullable
                                          Map<String,org.jclouds.domain.JsonBall> overrideAttributes)
Method Detail

builder

public static Role.Builder builder()

getName

public String getName()

getDescription

public String getDescription()

getOverrideAttributes

public Map<String,org.jclouds.domain.JsonBall> getOverrideAttributes()

getDefaultAttributes

public Map<String,org.jclouds.domain.JsonBall> getDefaultAttributes()

getRunList

public List<String> getRunList()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.