public class QoSFlowDescription extends Sequence
QoSFlowDescription
type.Modifier and Type | Class and Description |
---|---|
static class |
QoSFlowDescription.OperationCode
Defines meaningful names for particular values of the
operationCode field. |
static class |
QoSFlowDescription.QosParameters
Represents the type of the
qosParameters field. |
Constructor and Description |
---|
QoSFlowDescription()
The default constructor.
|
QoSFlowDescription(INTEGER qfi,
QoSFlowDescription.QosParameters qosParameters)
Constructs an instance of the
QoSFlowDescription with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getOperationCode()
Returns the value of the
operationCode read-only field. |
INTEGER |
getQfi()
Returns the value of the
qfi field. |
QoSFlowDescription.QosParameters |
getQosParameters()
Returns the value of the
qosParameters field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
INTEGER |
getSpare5()
Returns the value of the
spare5 read-only field. |
void |
setQfi(INTEGER qfi)
Sets the value of the
qfi field. |
void |
setQosParameters(QoSFlowDescription.QosParameters qosParameters)
Sets the value of the
qosParameters field. |
public QoSFlowDescription()
public QoSFlowDescription(INTEGER qfi, QoSFlowDescription.QosParameters qosParameters)
QoSFlowDescription
with the specified
components.qfi
- the value of the qfi
field (mandatory).
The QFI
class defines meaningful names for particular values of the field.qosParameters
- the value of the qosParameters
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 getQfi()
qfi
field.qfi
field.
The QFI
class defines meaningful names for particular values of the field.public void setQfi(INTEGER qfi)
qfi
field.qfi
- the value of the qfi
field.
The QFI
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the qfi
parameter is null.public INTEGER getOperationCode()
operationCode
read-only field.operationCode
read-only field.
The OperationCode
class defines meaningful names for particular values of the field.public INTEGER getSpare5()
spare5
read-only field.spare5
read-only field.public QoSFlowDescription.QosParameters getQosParameters()
qosParameters
field.qosParameters
field.public void setQosParameters(QoSFlowDescription.QosParameters qosParameters)
qosParameters
field.qosParameters
- the value of the qosParameters
field.java.lang.IllegalArgumentException
- when the qosParameters
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.