com.cloudera.api.model
Class ApiRoleTypeConfig

java.lang.Object
  extended by com.cloudera.api.model.ApiConfigList
      extended by com.cloudera.api.model.ApiRoleTypeConfig
All Implemented Interfaces:
Iterable<ApiConfig>

public class ApiRoleTypeConfig
extends ApiConfigList

Role type configuration information.


Field Summary
static String ITEMS_ATTR
           
protected  List<T> values
           
 
Constructor Summary
ApiRoleTypeConfig()
           
 
Method Summary
 boolean add(T item)
           
 boolean equals(Object other)
           
 T get(int index)
           
 String getRoleType()
          The role type.
 int hashCode()
           
 Iterator<T> iterator()
           
 void setRoleType(String roleType)
           
 int size()
           
 String toString()
           
 
Methods inherited from class com.cloudera.api.model.ApiConfigList
getConfigs, setConfigs
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ITEMS_ATTR

public static final String ITEMS_ATTR
See Also:
Constant Field Values

values

protected List<T> values
Constructor Detail

ApiRoleTypeConfig

public ApiRoleTypeConfig()
Method Detail

getRoleType

public String getRoleType()
The role type.


setRoleType

public void setRoleType(String roleType)

equals

public boolean equals(Object other)

hashCode

public int hashCode()

add

public boolean add(T item)

iterator

public Iterator<T> iterator()
Specified by:
iterator in interface Iterable<T>

size

public int size()

get

public T get(int index)

toString

public String toString()
Overrides:
toString in class Object


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