Package org.opennms.web.rest.model.v2
Class BridgeLinkRemoteNodeDTO
- java.lang.Object
-
- org.opennms.web.rest.model.v2.BridgeLinkRemoteNodeDTO
-
public class BridgeLinkRemoteNodeDTO extends Object
-
-
Constructor Summary
Constructors Constructor Description BridgeLinkRemoteNodeDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getBridgeRemote()
String
getBridgeRemotePort()
String
getBridgeRemotePortUrl()
String
getBridgeRemoteUrl()
int
hashCode()
void
setBridgeRemote(String bridgeRemote)
void
setBridgeRemotePort(String bridgeRemotePort)
void
setBridgeRemotePortUrl(String bridgeRemotePortUrl)
void
setBridgeRemoteUrl(String bridgeRemoteUrl)
String
toString()
BridgeLinkRemoteNodeDTO
withBridgeRemote(String bridgeRemote)
BridgeLinkRemoteNodeDTO
withBridgeRemotePort(String bridgeRemotePort)
BridgeLinkRemoteNodeDTO
withBridgeRemotePortUrl(String bridgeRemotePortUrl)
BridgeLinkRemoteNodeDTO
withBridgeRemoteUrl(String bridgeRemoteUrl)
-
-
-
Method Detail
-
getBridgeRemote
public String getBridgeRemote()
-
setBridgeRemote
public void setBridgeRemote(String bridgeRemote)
-
withBridgeRemote
public BridgeLinkRemoteNodeDTO withBridgeRemote(String bridgeRemote)
-
getBridgeRemoteUrl
public String getBridgeRemoteUrl()
-
setBridgeRemoteUrl
public void setBridgeRemoteUrl(String bridgeRemoteUrl)
-
withBridgeRemoteUrl
public BridgeLinkRemoteNodeDTO withBridgeRemoteUrl(String bridgeRemoteUrl)
-
getBridgeRemotePort
public String getBridgeRemotePort()
-
setBridgeRemotePort
public void setBridgeRemotePort(String bridgeRemotePort)
-
withBridgeRemotePort
public BridgeLinkRemoteNodeDTO withBridgeRemotePort(String bridgeRemotePort)
-
getBridgeRemotePortUrl
public String getBridgeRemotePortUrl()
-
setBridgeRemotePortUrl
public void setBridgeRemotePortUrl(String bridgeRemotePortUrl)
-
withBridgeRemotePortUrl
public BridgeLinkRemoteNodeDTO withBridgeRemotePortUrl(String bridgeRemotePortUrl)
-
-