@DefaultCoder(value=Groupings.CompoundKeyCoder.class) public static class Groupings.ExporterInterfaceHostKey extends Groupings.CompoundKey
| Constructor and Description |
|---|
ExporterInterfaceHostKey() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Groupings.HostRef |
getHostRef() |
Groupings.InterfaceRef |
getInterfaceRef() |
List<org.opennms.nephron.Groupings.Ref> |
getKeys()
Ordered list of references from which the key is composed
|
Groupings.NodeRef |
getNodeRef() |
Groupings.CompoundKey |
getOuterKey()
Build the parent, or "outer" key for the current key.
|
int |
hashCode() |
static Groupings.ExporterInterfaceHostKey |
of(Groupings.NodeRef nodeRef,
Groupings.InterfaceRef interfaceRef,
Groupings.HostRef hostRef) |
void |
setHostRef(Groupings.HostRef hostRef) |
void |
setInterfaceRef(Groupings.InterfaceRef interfaceRef) |
void |
setNodeRef(Groupings.NodeRef nodeRef) |
String |
toString() |
void |
visit(Groupings.Visitor visitor) |
public static Groupings.ExporterInterfaceHostKey of(Groupings.NodeRef nodeRef, Groupings.InterfaceRef interfaceRef, Groupings.HostRef hostRef)
public Groupings.NodeRef getNodeRef()
public void setNodeRef(Groupings.NodeRef nodeRef)
public Groupings.InterfaceRef getInterfaceRef()
public void setInterfaceRef(Groupings.InterfaceRef interfaceRef)
public Groupings.HostRef getHostRef()
public void setHostRef(Groupings.HostRef hostRef)
public void visit(Groupings.Visitor visitor)
visit in class Groupings.CompoundKeypublic Groupings.CompoundKey getOuterKey()
Groupings.CompoundKeygetOuterKey in class Groupings.CompoundKeypublic List<org.opennms.nephron.Groupings.Ref> getKeys()
Groupings.CompoundKeygetKeys in class Groupings.CompoundKeyCopyright © 2020. All rights reserved.