Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static IpRange |
newInstance()
Constructs a new instance of
IpRange . |
static IpRange |
newInstance(byte[] startValue,
byte[] endValue,
BigInteger start,
BigInteger end)
Constructs a new instance of
IpRange , taking
all required and/or read-only properties as arguments. |
static IpRange |
newInstance(byte[] startValue,
byte[] endValue,
BigInteger start,
BigInteger end,
String stringRepresentation)
Constructs a new instance of
IpRange , taking
all possible properties (except the identifier(s))as arguments. |
public static IpRange newInstance(byte[] startValue, byte[] endValue, BigInteger start, BigInteger end)
IpRange
, taking
all required and/or read-only properties as arguments.public static IpRange newInstance(byte[] startValue, byte[] endValue, BigInteger start, BigInteger end, String stringRepresentation)
IpRange
, taking
all possible properties (except the identifier(s))as arguments.Copyright © 2019 Communote team. All rights reserved.