public static class EAPMessage.EapMessageBody.Response extends Sequence
response
alternative.Constructor and Description |
---|
Response()
The default constructor.
|
Response(EAPTypeData typeData)
Constructs an instance of the
Response with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getType()
Returns the value of the
type read-only field. |
EAPTypeData |
getTypeData()
Returns the value of the
typeData field. |
void |
setTypeData(EAPTypeData typeData)
Sets the value of the
typeData field. |
public Response()
public Response(EAPTypeData typeData)
Response
with the specified
components.typeData
- the value of the typeData
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getType()
type
read-only field.type
read-only field.
The EAPType
class defines meaningful names for particular values of the field.public EAPTypeData getTypeData()
typeData
field.typeData
field.public void setTypeData(EAPTypeData typeData)
typeData
field.typeData
- the value of the typeData
field.java.lang.IllegalArgumentException
- when the typeData
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.