com.cloudera.api.model
Class ApiEventAttribute

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

public class ApiEventAttribute
extends Object


Constructor Summary
ApiEventAttribute()
           
ApiEventAttribute(String name, List<String> values)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 List<String> getValues()
           
 int hashCode()
           
 void setName(String name)
           
 void setValues(List<String> values)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiEventAttribute

public ApiEventAttribute()

ApiEventAttribute

public ApiEventAttribute(String name,
                         List<String> values)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getName

public String getName()

setName

public void setName(String name)

getValues

public List<String> getValues()

setValues

public void setValues(List<String> values)


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