com.basho.riak.client.http
Class RiakLink

java.lang.Object
  extended by com.basho.riak.client.http.RiakLink

public class RiakLink
extends Object

Represents a link to a Riak object. The target object is identified by its bucket and key and the link is classified by a tag.


Constructor Summary
RiakLink(RiakLink link)
          Copy constructor
RiakLink(String bucket, String key, String tag)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBucket()
           
 String getKey()
           
 String getTag()
           
 void setBucket(String bucket)
          Deprecated. 
 void setKey(String key)
          Deprecated. 
 void setTag(String tag)
          Deprecated. 
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RiakLink

public RiakLink(String bucket,
                String key,
                String tag)

RiakLink

public RiakLink(RiakLink link)
Copy constructor

Method Detail

getBucket

public String getBucket()

setBucket

@Deprecated
public void setBucket(String bucket)
Deprecated. 


getKey

public String getKey()

setKey

@Deprecated
public void setKey(String key)
Deprecated. 


getTag

public String getTag()

setTag

@Deprecated
public void setTag(String tag)
Deprecated. 


equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.