com.cloudera.api.model
Class ApiRoleConfigGroupRef

java.lang.Object
  extended by com.cloudera.api.model.ApiRoleConfigGroupRef

public class ApiRoleConfigGroupRef
extends Object


Constructor Summary
ApiRoleConfigGroupRef()
           
ApiRoleConfigGroupRef(String roleConfigGroupName)
           
 
Method Summary
 boolean equals(Object o)
           
 String getRoleConfigGroupName()
          The name of the role config group, which uniquely identifies it in a CM installation.
 int hashCode()
           
 void setRoleConfigGroupName(String roleConfigGroupName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApiRoleConfigGroupRef

public ApiRoleConfigGroupRef()

ApiRoleConfigGroupRef

public ApiRoleConfigGroupRef(String roleConfigGroupName)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getRoleConfigGroupName

public String getRoleConfigGroupName()
The name of the role config group, which uniquely identifies it in a CM installation.


setRoleConfigGroupName

public void setRoleConfigGroupName(String roleConfigGroupName)


Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.