Class GroupAnnouncementFileUsageTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupAnnouncementFileUsageTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class GroupAnnouncementFileUsageTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to GroupAnnouncementFileGetRequest22. The response contains the file size, uploaded timestamp, description and usage for an announcement file in the user announcement repository. 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. With the exception of the string "Voice Portal" which is returned when the announcement is being used by Voice Portal Personalized Name. The following data elements are only used in AS data mode: announcementFileExternalId
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFromNode(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 NodeArrayinthashCode()voidsetInstanceName(String instanceName) voidsetServiceName(String serviceName) voidsetVoicePortal(String voicePortal) toString()
-
Constructor Details
-
GroupAnnouncementFileUsageTableRow
public GroupAnnouncementFileUsageTableRow()
-
-
Method Details
-
getServiceName
-
setServiceName
-
getInstanceName
-
setInstanceName
-
getVoicePortal
-
setVoicePortal
-
getFromNode
public static GroupAnnouncementFileUsageTableRow 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<GroupAnnouncementFileUsageTableRow> 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
-