com.cloudera.api.model
Class ApiClusterTemplateRole

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

public class ApiClusterTemplateRole
extends Object

Role info: This will contain information related to a role referred by some configuration. During import type this role must be materizalized.


Constructor Summary
ApiClusterTemplateRole()
           
 
Method Summary
 String getRefName()
           
 String getRoleType()
           
 void setRefName(String refName)
           
 void setRoleType(String roleType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiClusterTemplateRole

public ApiClusterTemplateRole()
Method Detail

getRefName

public String getRefName()

setRefName

public void setRefName(String refName)

getRoleType

public String getRoleType()

setRoleType

public void setRoleType(String roleType)


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