public class AgentXRegion extends DefaultMOScope implements Comparable
lowerBound, lowerIncluded, upperBound, upperIncluded
Constructor and Description |
---|
AgentXRegion(AgentXRegion other) |
AgentXRegion(OID lowerBound,
OID upperBound) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
int |
getLowerBoundSubID() |
byte |
getRangeSubID() |
int |
getUpperBoundSubID() |
boolean |
isEmpty() |
boolean |
isRange() |
boolean |
isSingleOID() |
void |
setRangeSubID(byte rangeSubID) |
void |
setSingleOID(boolean singleOID) |
String |
toString() |
covers, covers, covers, equals, getLowerBound, getUpperBound, hashCode, isCovered, isLowerIncluded, isOverlapping, isUpperIncluded, overlaps, setLowerBound, setLowerIncluded, setUpperBound, setUpperIncluded, substractScope
public AgentXRegion(AgentXRegion other)
public byte getRangeSubID()
public boolean isSingleOID()
public void setRangeSubID(byte rangeSubID)
public void setSingleOID(boolean singleOID)
public int getUpperBoundSubID()
public boolean isRange()
public boolean isEmpty()
isEmpty
in class DefaultMOScope
public int getLowerBoundSubID()
public int compareTo(Object o)
compareTo
in interface Comparable
public String toString()
toString
in class DefaultMOScope
Copyright © 2016 SNMP4J.org. All rights reserved.