public abstract class TopologyLink extends Object
Constructor and Description |
---|
TopologyLink(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 |
---|---|
String |
getSrcLabel() |
String |
getSrcLocation() |
Integer |
getSrcNodeId() |
OnmsNode.NodeType |
getSrcNodeType() |
String |
getSrcSysoid() |
String |
getTargetLabel() |
String |
getTargetLocation() |
Integer |
getTargetNodeId() |
OnmsNode.NodeType |
getTargetNodeType() |
String |
getTargetSysoid() |
public TopologyLink(Integer nodeId, String srcLabel, String srcSysoid, String srcLocation, OnmsNode.NodeType srcNodeType, Integer targetNodeId, String targetLabel, String targetSysoid, String targetLocation, OnmsNode.NodeType targetNodeType)
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 © 2015. All rights reserved.