Class Link
java.lang.Object
com.google.appengine.api.datastore.Link
- All Implemented Interfaces:
Serializable
,Comparable<Link>
A
Link
is a URL of limited length.
In addition to adding the meaning of URL
onto a String, a Link
can also be
longer than a Text value, with a limit of 2083 characters.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
Link
Constructs a newLink
object with the specified value. This object cannot be modified after construction.
-
-
Method Details
-
getValue
Returns the value of thisLink
. -
hashCode
public int hashCode() -
equals
TwoLink
objects are considered equal if their content strings match exactly. -
toString
Returns the entire text of thisLink
. -
compareTo
- Specified by:
compareTo
in interfaceComparable<Link>
-