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