public class ControlPlaneUserData extends Sequence
ControlPlaneUserData
type.Modifier and Type | Class and Description |
---|---|
static class |
ControlPlaneUserData.DataType
Defines meaningful names for particular values of the
dataType field. |
Constructor and Description |
---|
ControlPlaneUserData()
The default constructor.
|
ControlPlaneUserData(INTEGER ddx,
INTEGER pduSessionIdentity,
OctetString dataContents)
Constructs an instance of the
ControlPlaneUserData with the specified
components. |
Modifier and Type | Method and Description |
---|---|
OctetString |
getDataContents()
Returns the value of the
dataContents field. |
INTEGER |
getDataType()
Returns the value of the
dataType read-only field. |
INTEGER |
getDdx()
Returns the value of the
ddx field. |
INTEGER |
getPduSessionIdentity()
Returns the value of the
pduSessionIdentity field. |
void |
setDataContents(OctetString dataContents)
Sets the value of the
dataContents field. |
void |
setDdx(INTEGER ddx)
Sets the value of the
ddx field. |
void |
setPduSessionIdentity(INTEGER pduSessionIdentity)
Sets the value of the
pduSessionIdentity field. |
public ControlPlaneUserData()
public ControlPlaneUserData(INTEGER ddx, INTEGER pduSessionIdentity, OctetString dataContents)
ControlPlaneUserData
with the specified
components.ddx
- the value of the ddx
field (mandatory).
The DDX
class defines meaningful names for particular values of the field.pduSessionIdentity
- the value of the pduSessionIdentity
field (mandatory).
The CIoTPDUSessionIdentity
class defines meaningful names for particular values of the field.dataContents
- the value of the dataContents
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getDataType()
dataType
read-only field.dataType
read-only field.
The DataType
class defines meaningful names for particular values of the field.public INTEGER getDdx()
ddx
field.ddx
field.
The DDX
class defines meaningful names for particular values of the field.public void setDdx(INTEGER ddx)
ddx
field.ddx
- the value of the ddx
field.
The DDX
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the ddx
parameter is null.public INTEGER getPduSessionIdentity()
pduSessionIdentity
field.pduSessionIdentity
field.
The CIoTPDUSessionIdentity
class defines meaningful names for particular values of the field.public void setPduSessionIdentity(INTEGER pduSessionIdentity)
pduSessionIdentity
field.pduSessionIdentity
- the value of the pduSessionIdentity
field.
The CIoTPDUSessionIdentity
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the pduSessionIdentity
parameter is null.public OctetString getDataContents()
dataContents
field.dataContents
field.public void setDataContents(OctetString dataContents)
dataContents
field.dataContents
- the value of the dataContents
field.java.lang.IllegalArgumentException
- when the dataContents
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.