Class GroupScheduleUsageResponseUsageTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupScheduleUsageResponseUsageTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupScheduleUsageResponseUsageTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to GroupScheduleUsageRequest. The response contains a list of service names. The response contains the usage for the requested schedule. The usage table has columns "Service Name", and "Instance Name". The Service Name values correspond to string values of the GroupService and UserService data types.
- 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 NodeArrayint
hashCode()
void
setInstanceName
(String instanceName) void
setServiceName
(String serviceName) toString()
-
Constructor Details
-
GroupScheduleUsageResponseUsageTableRow
public GroupScheduleUsageResponseUsageTableRow()
-
-
Method Details
-
getServiceName
-
setServiceName
-
getInstanceName
-
setInstanceName
-
getFromNode
public static GroupScheduleUsageResponseUsageTableRow 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<GroupScheduleUsageResponseUsageTableRow> 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
-