public class PFC_ipv6RemoteAddress extends Sequence
PFC-ipv6RemoteAddress
type.Constructor and Description |
---|
PFC_ipv6RemoteAddress()
The default constructor.
|
PFC_ipv6RemoteAddress(OctetString ipv6Address,
OctetString ipv6AddressMask)
Constructs an instance of the
PFC_ipv6RemoteAddress with the specified
components. |
Modifier and Type | Method and Description |
---|---|
OctetString |
getIpv6Address()
Returns the value of the
ipv6Address field. |
OctetString |
getIpv6AddressMask()
Returns the value of the
ipv6AddressMask field. |
void |
setIpv6Address(OctetString ipv6Address)
Sets the value of the
ipv6Address field. |
void |
setIpv6AddressMask(OctetString ipv6AddressMask)
Sets the value of the
ipv6AddressMask field. |
public PFC_ipv6RemoteAddress()
public PFC_ipv6RemoteAddress(OctetString ipv6Address, OctetString ipv6AddressMask)
PFC_ipv6RemoteAddress
with the specified
components.ipv6Address
- the value of the ipv6Address
field (mandatory).ipv6AddressMask
- the value of the ipv6AddressMask
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public OctetString getIpv6Address()
ipv6Address
field.ipv6Address
field.public void setIpv6Address(OctetString ipv6Address)
ipv6Address
field.ipv6Address
- the value of the ipv6Address
field.java.lang.IllegalArgumentException
- when the ipv6Address
parameter is null.public OctetString getIpv6AddressMask()
ipv6AddressMask
field.ipv6AddressMask
field.public void setIpv6AddressMask(OctetString ipv6AddressMask)
ipv6AddressMask
field.ipv6AddressMask
- the value of the ipv6AddressMask
field.java.lang.IllegalArgumentException
- when the ipv6AddressMask
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.