Class GroupDnDnTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.GroupDnDnTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupDnDnTableRow extends Object implements BroadWorksTableRow, Serializable
Response to the GroupDnGetActivationListRequest. The response contains a table with columns: "Phone Numbers", and "Activated". ". Phone Numbers are only returned if assigned to a user. The "Phone Numbers" column contains either a single DN or a range of DNs. The "Activated" column indicates if the phone number(s) are activated or not.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupDnDnTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getActivated()
static GroupDnDnTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<GroupDnDnTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getPhoneNumbers()
int
hashCode()
void
setActivated(String activated)
void
setPhoneNumbers(String phoneNumbers)
String
toString()
-
-
-
Method Detail
-
getPhoneNumbers
public String getPhoneNumbers()
-
setPhoneNumbers
public void setPhoneNumbers(String phoneNumbers)
-
getActivated
public String getActivated()
-
setActivated
public void setActivated(String activated)
-
getFromNode
public static GroupDnDnTableRow 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<GroupDnDnTableRow> 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
-
-