Package | Description |
---|---|
org.opennms.reporting.datablock |
Modifier and Type | Method and Description |
---|---|
Service |
Interface.getService(String svcname)
Return the Service object given the service name
|
Modifier and Type | Method and Description |
---|---|
List<Service> |
Interface.getServices()
Return the services
|
Modifier and Type | Method and Description |
---|---|
void |
Interface.addService(Service service)
Adds a new service object to this interface
|
Constructor and Description |
---|
Interface(List<Service> services)
Constructor that sets the services.
|
Interface(String name,
List<Service> services)
Constructor that sets the name of interface and sets the services.
|
Copyright © 2021. All rights reserved.