public class NAPTEntryEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NAPTEntryEvent.Operation |
static class |
NAPTEntryEvent.Protocol |
Modifier and Type | Method and Description |
---|---|
String |
getIpAddress() |
long |
getObjectCreationTime() |
NAPTEntryEvent.Operation |
getOperation() |
org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketReceived |
getPacketReceived() |
int |
getPortNumber() |
NAPTEntryEvent.Protocol |
getProtocol() |
Long |
getRouterId() |
org.opendaylight.netvirt.natservice.internal.NaptPacketInHandler.NatPacketProcessingState |
getState() |
boolean |
isPktProcessed() |
public org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketReceived getPacketReceived()
public boolean isPktProcessed()
public String getIpAddress()
public int getPortNumber()
public Long getRouterId()
public NAPTEntryEvent.Operation getOperation()
public NAPTEntryEvent.Protocol getProtocol()
public long getObjectCreationTime()
public org.opendaylight.netvirt.natservice.internal.NaptPacketInHandler.NatPacketProcessingState getState()
Copyright © 2019 OpenDaylight. All rights reserved.