public class NetworkSliceSpecificAuthentificationResult extends Sequence
NetworkSliceSpecificAuthentificationResult
type.Constructor and Description |
---|
NetworkSliceSpecificAuthentificationResult()
The default constructor.
|
NetworkSliceSpecificAuthentificationResult(SNSSAIshort sNSSAI,
EAPMessage eapMessage)
Constructs an instance of the
NetworkSliceSpecificAuthentificationResult with the specified
components. |
Modifier and Type | Method and Description |
---|---|
EAPMessage |
getEapMessage()
Returns the value of the
eapMessage field. |
SNSSAIshort |
getSNSSAI()
Returns the value of the
sNSSAI field. |
void |
setEapMessage(EAPMessage eapMessage)
Sets the value of the
eapMessage field. |
void |
setSNSSAI(SNSSAIshort sNSSAI)
Sets the value of the
sNSSAI field. |
public NetworkSliceSpecificAuthentificationResult()
public NetworkSliceSpecificAuthentificationResult(SNSSAIshort sNSSAI, EAPMessage eapMessage)
NetworkSliceSpecificAuthentificationResult
with the specified
components.sNSSAI
- the value of the sNSSAI
field (mandatory).eapMessage
- the value of the eapMessage
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public SNSSAIshort getSNSSAI()
sNSSAI
field.sNSSAI
field.public void setSNSSAI(SNSSAIshort sNSSAI)
sNSSAI
field.sNSSAI
- the value of the sNSSAI
field.java.lang.IllegalArgumentException
- when the sNSSAI
parameter is null.public EAPMessage getEapMessage()
eapMessage
field.eapMessage
field.public void setEapMessage(EAPMessage eapMessage)
eapMessage
field.eapMessage
- the value of the eapMessage
field.java.lang.IllegalArgumentException
- when the eapMessage
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.