org.elasticsearch.river
Class RiverName

java.lang.Object
  extended by org.elasticsearch.river.RiverName
All Implemented Interfaces:
Serializable

public class RiverName
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RiverName(String type, String name)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 String getType()
           
 int hashCode()
           
 String name()
           
 String type()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiverName

public RiverName(String type,
                 String name)
Method Detail

type

public String type()

getType

public String getType()

name

public String name()

getName

public String getName()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009-2012. All Rights Reserved.