public abstract class TopologyLink extends Object
Constructor and Description |
---|
TopologyLink(Date lastPollTime,
Integer nodeId,
String srcLabel,
String srcSysoid,
String srcLocation,
OnmsNode.NodeType srcNodeType,
Integer targetNodeId,
String targetLabel,
String targetSysoid,
String targetLocation,
OnmsNode.NodeType targetNodeType) |
Modifier and Type | Method and Description |
---|---|
Date |
getLastPollTime() |
String |
getSrcLabel() |
String |
getSrcLocation() |
Integer |
getSrcNodeId() |
OnmsNode.NodeType |
getSrcNodeType() |
String |
getSrcSysoid() |
String |
getTargetLabel() |
String |
getTargetLocation() |
Integer |
getTargetNodeId() |
OnmsNode.NodeType |
getTargetNodeType() |
String |
getTargetSysoid() |
public Date getLastPollTime()
public Integer getSrcNodeId()
public Integer getTargetNodeId()
public String getSrcLabel()
public String getSrcSysoid()
public String getSrcLocation()
public OnmsNode.NodeType getSrcNodeType()
public String getTargetLabel()
public String getTargetSysoid()
public String getTargetLocation()
public OnmsNode.NodeType getTargetNodeType()
Copyright © 2020. All rights reserved.