public class ConnectionTypeResponse extends AbstractResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ConnectionTypeResponse.ConnectionType
The enumerated values that connection-type may take.
|
| Constructor and Description |
|---|
ConnectionTypeResponse(ConnectionTypeResponse.ConnectionType connectionType,
String ipAddress) |
ConnectionTypeResponse(ConnectionTypeResponse.ConnectionType connectionType,
String ipAddress,
Network network) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionTypeResponse.ConnectionType |
getConnectionType() |
String |
getIpAddress() |
Network |
getNetwork() |
toJson, toStringpublic ConnectionTypeResponse(ConnectionTypeResponse.ConnectionType connectionType, String ipAddress)
public ConnectionTypeResponse(ConnectionTypeResponse.ConnectionType connectionType, String ipAddress, Network network)
public ConnectionTypeResponse.ConnectionType getConnectionType()
public String getIpAddress()
public Network getNetwork()
Copyright © 2020 MaxMind, Inc.. All rights reserved.