com.cloudera.api.model
Class ApiClusterTemplateVariable

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

public class ApiClusterTemplateVariable
extends Object

Variable that is referred in cluster template.


Constructor Summary
ApiClusterTemplateVariable()
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiClusterTemplateVariable

public ApiClusterTemplateVariable()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)


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