public class ApiHostTemplate extends Object
Constructor and Description |
---|
ApiHostTemplate() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiClusterRef |
getClusterRef()
Readonly.
|
String |
getName()
The name of the host template.
|
List<ApiRoleConfigGroupRef> |
getRoleConfigGroupRefs()
The role config groups belonging to this host tempalte.
|
int |
hashCode() |
void |
setClusterRef(ApiClusterRef clusterRef) |
void |
setName(String name) |
void |
setRoleConfigGroups(List<ApiRoleConfigGroupRef> roleConfigGroupRefs) |
String |
toString() |
public String getName()
public void setName(String name)
public ApiClusterRef getClusterRef()
public void setClusterRef(ApiClusterRef clusterRef)
public List<ApiRoleConfigGroupRef> getRoleConfigGroupRefs()
public void setRoleConfigGroups(List<ApiRoleConfigGroupRef> roleConfigGroupRefs)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.