Class SystemMediaGroupUsageListResponseUsageTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemMediaGroupUsageListResponseUsageTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemMediaGroupUsageListResponseUsageTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to SystemMediaGroupUsageListRequest. Contains a table of SAC groups associated with the media group. The column headings are: "SAC Group Name", "Organization Id", "Organization Type", and "Group Id". The "Group Id" will be empty for enterprise SAC groups.
- 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
setGroupId
(String groupId) void
setOrganizationId
(String organizationId) void
setOrganizationType
(String organizationType) void
setSACGroupName
(String sACGroupName) toString()
-
Constructor Details
-
SystemMediaGroupUsageListResponseUsageTableRow
public SystemMediaGroupUsageListResponseUsageTableRow()
-
-
Method Details
-
getSACGroupName
-
setSACGroupName
-
getOrganizationId
-
setOrganizationId
-
getOrganizationType
-
setOrganizationType
-
getGroupId
-
setGroupId
-
getFromNode
public static SystemMediaGroupUsageListResponseUsageTableRow 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<SystemMediaGroupUsageListResponseUsageTableRow> 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
-