Class GroupInstantGroupCallInstantGroupCallTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupInstantGroupCallInstantGroupCallTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupInstantGroupCallInstantGroupCallTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to the GroupInstantGroupCallGetInstanceListRequest. Contains a 6 column table with column headings: "Service User Id", "Name", "Phone Number", "Extension", "Department", "Is Active". The column values for Is Active can either be true, or false.
- 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 NodegetFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArraygetName()
int
hashCode()
void
setDepartment
(String department) void
setExtension
(String extension) void
setIsActive
(String isActive) void
void
setPhoneNumber
(String phoneNumber) void
setServiceUserId
(String serviceUserId) toString()
-
Constructor Details
-
GroupInstantGroupCallInstantGroupCallTableRow
public GroupInstantGroupCallInstantGroupCallTableRow()
-
-
Method Details
-
getServiceUserId
-
setServiceUserId
-
getName
-
setName
-
getPhoneNumber
-
setPhoneNumber
-
getExtension
-
setExtension
-
getDepartment
-
setDepartment
-
getIsActive
-
setIsActive
-
getFromNode
public static GroupInstantGroupCallInstantGroupCallTableRow 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<GroupInstantGroupCallInstantGroupCallTableRow> 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
-