|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.basho.riak.client.http.RiakLink
public class RiakLink
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 |
---|
public RiakLink(String bucket, String key, String tag)
public RiakLink(RiakLink link)
Method Detail |
---|
public String getBucket()
@Deprecated public void setBucket(String bucket)
public String getKey()
@Deprecated public void setKey(String key)
public String getTag()
@Deprecated public void setTag(String tag)
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |