Class SystemRoutingRouteDeviceTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemRoutingRouteDeviceTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemRoutingRouteDeviceTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to SystemRoutingGetRouteDeviceListRequest. The column headings are "Net Address", "Port", "Transport" and "Description".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Nodestatic List<SystemRoutingRouteDeviceTableRow>
getFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArraygetPort()
int
hashCode()
void
setDescription
(String description) void
setNetAddress
(String netAddress) void
void
setTransport
(String transport) toString()
-
Constructor Details
-
SystemRoutingRouteDeviceTableRow
public SystemRoutingRouteDeviceTableRow()
-
-
Method Details
-
getNetAddress
-
setNetAddress
-
getPort
-
setPort
-
getTransport
-
setTransport
-
getDescription
-
setDescription
-
getFromNode
public static SystemRoutingRouteDeviceTableRow getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Node- Parameters:
n
- The Node to parse for the OCI Table
-
getFromNodeArray
public static List<SystemRoutingRouteDeviceTableRow> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArray- Parameters:
nodeArray
- The NodeArray to parse for the OCI Table
-
equals
-
hashCode
public int hashCode() -
toString
-