public class NotificationResponse extends Sequence
NotificationResponse
type.Constructor and Description |
---|
NotificationResponse()
The default constructor.
|
NotificationResponse(PDUSessionStatus pduSessionStatus)
Constructs an instance of the
NotificationResponse with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deletePduSessionStatus()
Omits the
pduSessionStatus optional field from the value. |
PDUSessionStatus |
getPduSessionStatus()
Returns the value of the
pduSessionStatus optional field. |
boolean |
hasPduSessionStatus()
Reports whether the
pduSessionStatus optional field is present in the value. |
void |
setPduSessionStatus(PDUSessionStatus pduSessionStatus)
Sets the value of the
pduSessionStatus optional field. |
public NotificationResponse()
public NotificationResponse(PDUSessionStatus pduSessionStatus)
NotificationResponse
with the specified
components.pduSessionStatus
- the value of the pduSessionStatus
field (optional).public PDUSessionStatus getPduSessionStatus()
pduSessionStatus
optional field.pduSessionStatus
optional field or null if the field is omitted.public void setPduSessionStatus(PDUSessionStatus pduSessionStatus)
pduSessionStatus
optional field.pduSessionStatus
- the value of the pduSessionStatus
optional field. A null
value indicates that the optional field is omitted.public boolean hasPduSessionStatus()
pduSessionStatus
optional field is present in the value.pduSessionStatus
optional field is present in the value.public void deletePduSessionStatus()
pduSessionStatus
optional field from the value.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.