public class PDUSessionAuthenticationResult extends Sequence
PDUSessionAuthenticationResult
type.Constructor and Description |
---|
PDUSessionAuthenticationResult()
The default constructor.
|
PDUSessionAuthenticationResult(EAPMessage eapMessage,
ExtendedProtocolConfigurationOptionsNW extendedProtocolConfigurationOptions)
Constructs an instance of the
PDUSessionAuthenticationResult with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteEapMessage()
Omits the
eapMessage optional field from the value. |
void |
deleteExtendedProtocolConfigurationOptions()
Omits the
extendedProtocolConfigurationOptions optional field from the value. |
EAPMessage |
getEapMessage()
Returns the value of the
eapMessage optional field. |
ExtendedProtocolConfigurationOptionsNW |
getExtendedProtocolConfigurationOptions()
Returns the value of the
extendedProtocolConfigurationOptions optional field. |
boolean |
hasEapMessage()
Reports whether the
eapMessage optional field is present in the value. |
boolean |
hasExtendedProtocolConfigurationOptions()
Reports whether the
extendedProtocolConfigurationOptions optional field is present in the value. |
void |
setEapMessage(EAPMessage eapMessage)
Sets the value of the
eapMessage optional field. |
void |
setExtendedProtocolConfigurationOptions(ExtendedProtocolConfigurationOptionsNW extendedProtocolConfigurationOptions)
Sets the value of the
extendedProtocolConfigurationOptions optional field. |
public PDUSessionAuthenticationResult()
public PDUSessionAuthenticationResult(EAPMessage eapMessage, ExtendedProtocolConfigurationOptionsNW extendedProtocolConfigurationOptions)
PDUSessionAuthenticationResult
with the specified
components.eapMessage
- the value of the eapMessage
field (optional).extendedProtocolConfigurationOptions
- the value of the extendedProtocolConfigurationOptions
field (optional).public EAPMessage getEapMessage()
eapMessage
optional field.eapMessage
optional field or null if the field is omitted.public void setEapMessage(EAPMessage eapMessage)
eapMessage
optional field.eapMessage
- the value of the eapMessage
optional field. A null
value indicates that the optional field is omitted.public boolean hasEapMessage()
eapMessage
optional field is present in the value.eapMessage
optional field is present in the value.public void deleteEapMessage()
eapMessage
optional field from the value.public ExtendedProtocolConfigurationOptionsNW getExtendedProtocolConfigurationOptions()
extendedProtocolConfigurationOptions
optional field.extendedProtocolConfigurationOptions
optional field or null if the field is omitted.public void setExtendedProtocolConfigurationOptions(ExtendedProtocolConfigurationOptionsNW extendedProtocolConfigurationOptions)
extendedProtocolConfigurationOptions
optional field.extendedProtocolConfigurationOptions
- the value of the extendedProtocolConfigurationOptions
optional field. A null
value indicates that the optional field is omitted.public boolean hasExtendedProtocolConfigurationOptions()
extendedProtocolConfigurationOptions
optional field is present in the value.extendedProtocolConfigurationOptions
optional field is present in the value.public void deleteExtendedProtocolConfigurationOptions()
extendedProtocolConfigurationOptions
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.