public final class SasIpRange extends Object
| Constructor and Description |
|---|
SasIpRange()
Constructs an SasIpRange object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIpMax() |
String |
getIpMin() |
static SasIpRange |
parse(String rangeStr)
Creates a
SasIpRange from the specified string. |
SasIpRange |
setIpMax(String ipMax)
Sets the maximum IP address of the range.
|
SasIpRange |
setIpMin(String ipMin)
Sets the minimum IP address of the range.
|
String |
toString()
Output the single IP address or range of IP addresses for.
|
public static SasIpRange parse(String rangeStr)
SasIpRange from the specified string.rangeStr - The String representation of the SasIpRange.SasIpRange generated from the String.public String getIpMin()
public SasIpRange setIpMin(String ipMin)
ipMin - IP address to set as the minimumpublic String getIpMax()
public SasIpRange setIpMax(String ipMax)
ipMax - IP address to set as the maximumCopyright © 2020 Microsoft Corporation. All rights reserved.