com.cloudera.api.model
Class ApiClusterTemplateConfig

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

public class ApiClusterTemplateConfig
extends Object

Config Details: The config can either have a value or ref or variable.


Constructor Summary
ApiClusterTemplateConfig()
           
 
Method Summary
 String getName()
           
 String getRef()
           
 String getValue()
           
 String getVariable()
           
 boolean isAutoConfig()
           
 void setAutoConfig(boolean autoConfig)
           
 void setName(String name)
           
 void setRef(String ref)
           
 void setValue(String value)
           
 void setVariable(String variable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiClusterTemplateConfig

public ApiClusterTemplateConfig()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)

getRef

public String getRef()

setRef

public void setRef(String ref)

getVariable

public String getVariable()

setVariable

public void setVariable(String variable)

isAutoConfig

public boolean isAutoConfig()

setAutoConfig

public void setAutoConfig(boolean autoConfig)


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