public abstract static class NetworkProfile.NetworkInterface extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NetworkProfile.NetworkInterface.NetworkInterfaceProperties |
Modifier and Type | Method and Description |
---|---|
static NetworkProfile.NetworkInterface |
create(String id,
NetworkProfile.NetworkInterface.NetworkInterfaceProperties properties) |
abstract String |
id() |
abstract NetworkProfile.NetworkInterface.NetworkInterfaceProperties |
properties() |
public abstract String id()
@Nullable public abstract NetworkProfile.NetworkInterface.NetworkInterfaceProperties properties()
public static NetworkProfile.NetworkInterface create(String id, NetworkProfile.NetworkInterface.NetworkInterfaceProperties properties)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.