public class PFC_ipv4RemoteAddress extends Sequence
PFC-ipv4RemoteAddress
type.Constructor and Description |
---|
PFC_ipv4RemoteAddress()
The default constructor.
|
PFC_ipv4RemoteAddress(OctetString ipv4Address,
OctetString ipv4AddressMask)
Constructs an instance of the
PFC_ipv4RemoteAddress with the specified
components. |
Modifier and Type | Method and Description |
---|---|
OctetString |
getIpv4Address()
Returns the value of the
ipv4Address field. |
OctetString |
getIpv4AddressMask()
Returns the value of the
ipv4AddressMask field. |
void |
setIpv4Address(OctetString ipv4Address)
Sets the value of the
ipv4Address field. |
void |
setIpv4AddressMask(OctetString ipv4AddressMask)
Sets the value of the
ipv4AddressMask field. |
public PFC_ipv4RemoteAddress()
public PFC_ipv4RemoteAddress(OctetString ipv4Address, OctetString ipv4AddressMask)
PFC_ipv4RemoteAddress
with the specified
components.ipv4Address
- the value of the ipv4Address
field (mandatory).ipv4AddressMask
- the value of the ipv4AddressMask
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public OctetString getIpv4Address()
ipv4Address
field.ipv4Address
field.public void setIpv4Address(OctetString ipv4Address)
ipv4Address
field.ipv4Address
- the value of the ipv4Address
field.java.lang.IllegalArgumentException
- when the ipv4Address
parameter is null.public OctetString getIpv4AddressMask()
ipv4AddressMask
field.ipv4AddressMask
field.public void setIpv4AddressMask(OctetString ipv4AddressMask)
ipv4AddressMask
field.ipv4AddressMask
- the value of the ipv4AddressMask
field.java.lang.IllegalArgumentException
- when the ipv4AddressMask
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.