public class ConfigurationUpdateIndication extends Sequence
ConfigurationUpdateIndication
type.Modifier and Type | Class and Description |
---|---|
static class |
ConfigurationUpdateIndication.Ack
Defines meaningful names for particular values of the
ack field. |
static class |
ConfigurationUpdateIndication.Red
Defines meaningful names for particular values of the
red field. |
Constructor and Description |
---|
ConfigurationUpdateIndication()
The default constructor.
|
ConfigurationUpdateIndication(INTEGER red,
INTEGER ack)
Constructs an instance of the
ConfigurationUpdateIndication with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getAck()
Returns the value of the
ack field. |
INTEGER |
getRed()
Returns the value of the
red field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setAck(INTEGER ack)
Sets the value of the
ack field. |
void |
setRed(INTEGER red)
Sets the value of the
red field. |
public ConfigurationUpdateIndication()
public ConfigurationUpdateIndication(INTEGER red, INTEGER ack)
ConfigurationUpdateIndication
with the specified
components.red
- the value of the red
field (mandatory).
The Red
class defines meaningful names for particular values of the field.ack
- the value of the ack
field (mandatory).
The Ack
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getRed()
red
field.red
field.
The Red
class defines meaningful names for particular values of the field.public void setRed(INTEGER red)
red
field.red
- the value of the red
field.
The Red
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the red
parameter is null.public INTEGER getAck()
ack
field.ack
field.
The Ack
class defines meaningful names for particular values of the field.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.