public class SuppressedPortsDTO extends Object implements SuppressedPorts
SuppressedPorts.| Constructor and Description |
|---|
SuppressedPortsDTO(List<BigPortNumber> suppressedPortList)
Default constructor to create a representation of suppressed ports.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
List<BigPortNumber> |
ports()
Returns the
port numbers where lldp traffic
is suppressed for a particular datapath. |
String |
toString() |
public SuppressedPortsDTO(List<BigPortNumber> suppressedPortList)
suppressedPortList - the port number as BigPortNumberNullPointerException - if any parameter is nullpublic List<BigPortNumber> ports()
SuppressedPortsport numbers where lldp traffic
is suppressed for a particular datapath.ports in interface SuppressedPortsCopyright © 2014. All Rights Reserved.