public class QoSPacketFilterComponent extends Sequence
QoSPacketFilterComponent
type.Modifier and Type | Class and Description |
---|---|
static class |
QoSPacketFilterComponent.PacketFilterComponentType
Defines meaningful names for particular values of the
packetFilterComponentType field. |
static class |
QoSPacketFilterComponent.PacketFilterComponentValue
Represents the type of the
packetFilterComponentValue field. |
Constructor and Description |
---|
QoSPacketFilterComponent()
The default constructor.
|
QoSPacketFilterComponent(QoSPacketFilterComponent.PacketFilterComponentValue packetFilterComponentValue)
Constructs an instance of the
QoSPacketFilterComponent with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getPacketFilterComponentType()
Returns the value of the
packetFilterComponentType read-only field. |
QoSPacketFilterComponent.PacketFilterComponentValue |
getPacketFilterComponentValue()
Returns the value of the
packetFilterComponentValue field. |
void |
setPacketFilterComponentValue(QoSPacketFilterComponent.PacketFilterComponentValue packetFilterComponentValue)
Sets the value of the
packetFilterComponentValue field. |
public QoSPacketFilterComponent()
public QoSPacketFilterComponent(QoSPacketFilterComponent.PacketFilterComponentValue packetFilterComponentValue)
QoSPacketFilterComponent
with the specified
components.packetFilterComponentValue
- the value of the packetFilterComponentValue
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getPacketFilterComponentType()
packetFilterComponentType
read-only field.packetFilterComponentType
read-only field.
The PacketFilterComponentType
class defines meaningful names for particular values of the field.public QoSPacketFilterComponent.PacketFilterComponentValue getPacketFilterComponentValue()
packetFilterComponentValue
field.packetFilterComponentValue
field.public void setPacketFilterComponentValue(QoSPacketFilterComponent.PacketFilterComponentValue packetFilterComponentValue)
packetFilterComponentValue
field.packetFilterComponentValue
- the value of the packetFilterComponentValue
field.java.lang.IllegalArgumentException
- when the packetFilterComponentValue
parameter is null.Copyright © 2023 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.