public interface Addresses extends ModelEntity
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
Address value)
Adds an address to the given network type
|
Map<String,List<? extends Address>> |
getAddresses() |
List<? extends Address> |
getAddresses(String type)
Gets the addresses associated with the given network type
|
Copyright © 2017. All rights reserved.