Class GroupAccessDeviceDeviceTrunkGroupsTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupAccessDeviceDeviceTrunkGroupsTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class GroupAccessDeviceDeviceTrunkGroupsTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to GroupAccessDeviceGetTrunkGroupListRequest24. Contains a table of trunk group names associated with the access device, the column headings are: "Trunk Group Name".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given NodegetFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayinthashCode()voidsetTrunkGroupName(String trunkGroupName) toString()
-
Constructor Details
-
GroupAccessDeviceDeviceTrunkGroupsTableRow
public GroupAccessDeviceDeviceTrunkGroupsTableRow()
-
-
Method Details
-
getTrunkGroupName
-
setTrunkGroupName
-
getFromNode
public static GroupAccessDeviceDeviceTrunkGroupsTableRow 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<GroupAccessDeviceDeviceTrunkGroupsTableRow> 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
-