com.cloudera.api.model
Class ApiExternalAccountCategory

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

public class ApiExternalAccountCategory
extends Object

Type representing an external account category.


Constructor Summary
ApiExternalAccountCategory()
           
 
Method Summary
 String getDescription()
          Represents a localized description for a category.
 String getDisplayName()
          Represents a localized display name for a category.
 String getName()
          Represents an identifier for a category.
 void setDescription(String description)
           
 void setDisplayName(String displayName)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiExternalAccountCategory

public ApiExternalAccountCategory()
Method Detail

getName

public String getName()
Represents an identifier for a category.


setName

public void setName(String name)

getDisplayName

public String getDisplayName()
Represents a localized display name for a category.


setDisplayName

public void setDisplayName(String displayName)

getDescription

public String getDescription()
Represents a localized description for a category.


setDescription

public void setDescription(String description)


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