public class QoSPacketFilter extends Sequence
QoSPacketFilter
type.Modifier and Type | Class and Description |
---|---|
static class |
QoSPacketFilter.Contents
Represents the type of the
contents field. |
static class |
QoSPacketFilter.Direction
Defines meaningful names for particular values of the
direction field. |
Constructor and Description |
---|
QoSPacketFilter()
The default constructor.
|
QoSPacketFilter(INTEGER direction,
INTEGER typeIdentifier,
QoSPacketFilter.Contents contents)
Constructs an instance of the
QoSPacketFilter with the specified
components. |
Modifier and Type | Method and Description |
---|---|
QoSPacketFilter.Contents |
getContents()
Returns the value of the
contents field. |
INTEGER |
getDirection()
Returns the value of the
direction field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
INTEGER |
getTypeIdentifier()
Returns the value of the
typeIdentifier field. |
void |
setContents(QoSPacketFilter.Contents contents)
Sets the value of the
contents field. |
void |
setDirection(INTEGER direction)
Sets the value of the
direction field. |
void |
setTypeIdentifier(INTEGER typeIdentifier)
Sets the value of the
typeIdentifier field. |
public QoSPacketFilter()
public QoSPacketFilter(INTEGER direction, INTEGER typeIdentifier, QoSPacketFilter.Contents contents)
QoSPacketFilter
with the specified
components.direction
- the value of the direction
field (mandatory).
The Direction
class defines meaningful names for particular values of the field.typeIdentifier
- the value of the typeIdentifier
field (mandatory).contents
- the value of the contents
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getDirection()
direction
field.direction
field.
The Direction
class defines meaningful names for particular values of the field.public void setDirection(INTEGER direction)
direction
field.direction
- the value of the direction
field.
The Direction
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the direction
parameter is null.public INTEGER getTypeIdentifier()
typeIdentifier
field.typeIdentifier
field.public void setTypeIdentifier(INTEGER typeIdentifier)
typeIdentifier
field.typeIdentifier
- the value of the typeIdentifier
field.java.lang.IllegalArgumentException
- when the typeIdentifier
parameter is null.public QoSPacketFilter.Contents getContents()
contents
field.contents
field.public void setContents(QoSPacketFilter.Contents contents)
contents
field.contents
- the value of the contents
field.java.lang.IllegalArgumentException
- when the contents
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.