public class ApiServiceConfig extends ApiConfigList
Modifier and Type | Field and Description |
---|---|
static String |
ITEMS_ATTR |
protected List<T> |
values |
Constructor and Description |
---|
ApiServiceConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T item) |
boolean |
equals(Object other) |
T |
get(int index) |
List<ApiRoleTypeConfig> |
getRoleTypeConfigs()
List of role type configurations.
|
int |
hashCode() |
Iterator<T> |
iterator() |
void |
setRoleTypeConfigs(List<ApiRoleTypeConfig> roleTypeConfigs) |
int |
size() |
String |
toString() |
getConfigs, setConfigs
public static final String ITEMS_ATTR
protected List<T> values
public List<ApiRoleTypeConfig> getRoleTypeConfigs()
public void setRoleTypeConfigs(List<ApiRoleTypeConfig> roleTypeConfigs)
public boolean equals(Object other)
public int hashCode()
public boolean add(T item)
public int size()
public T get(int index)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.