Class SystemLicensingGroupServiceLicenseTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemLicensingGroupServiceLicenseTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemLicensingGroupServiceLicenseTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to SystemLicensingGetRequest14sp3. The subscriber license table columns are: "Name", "Licensed", "Used" and "Available". The group service license table columns are: "Name", "Licensed", "Used" and "Available". The virtual service license table columns are: "Name", "Licensed", "Used" and "Available". The user service license table columns are: "Name", "Licensed", "Used", "Used By Hosted Users", "Used By Trunk Users", "Available" and "Expiration Date". The system param license table columns are: "Name", "Licensed", "Used", Available".
- 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()
getUsed()
int
hashCode()
void
setAvailable
(String available) void
setLicensed
(String licensed) void
void
toString()
-
Constructor Details
-
SystemLicensingGroupServiceLicenseTableRow
public SystemLicensingGroupServiceLicenseTableRow()
-
-
Method Details
-
getName
-
setName
-
getLicensed
-
setLicensed
-
getUsed
-
setUsed
-
getAvailable
-
setAvailable
-
getFromNode
public static SystemLicensingGroupServiceLicenseTableRow 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<SystemLicensingGroupServiceLicenseTableRow> 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
-