public static class EAPMessage.EapMessageBody.Request extends Sequence
request
alternative.Constructor and Description |
---|
Request()
The default constructor.
|
Request(EAPTypeData typeData)
Constructs an instance of the
Request 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 Request()
public Request(EAPTypeData typeData)
Request
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.