public final class LinkId extends Object
| Constructor and Description |
|---|
LinkId(Uri uri)
Creates an instance of uri.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static LinkId |
fromString(String valInString)
Returns the object of linkId fromString input String linkId.
|
int |
hashCode() |
static LinkId |
of(Uri value)
Returns the object of linkId for type uri.
|
String |
toString() |
Uri |
uri()
Returns the attribute uri.
|
void |
uri(Uri uri)
Sets the attribute uri.
|
public LinkId(Uri uri)
uri - value of uripublic static LinkId of(Uri value)
value - value of linkId for type uripublic Uri uri()
public void uri(Uri uri)
uri - value of uriCopyright © 2018. All rights reserved.