public class NetworkResponse extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
NetworkResponse.NetworkType |
Constructor and Description |
---|
NetworkResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getInterconnectUri() |
String |
getName() |
NetworkResponse.NetworkType |
getNetworkType() |
String |
getUri() |
int |
hashCode() |
void |
setInterconnectUri(String interconnectUri) |
void |
setName(String name) |
void |
setNetworkType(NetworkResponse.NetworkType networkType) |
void |
setUri(String uri) |
String |
toString() |
public String getInterconnectUri()
public void setInterconnectUri(String interconnectUri)
public String getName()
public void setName(String name)
public NetworkResponse.NetworkType getNetworkType()
public void setNetworkType(NetworkResponse.NetworkType networkType)
public String getUri()
public void setUri(String uri)
Copyright © 2016. All rights reserved.