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