Class UserMeetMeConferencingConferenceRecordingTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserMeetMeConferencingConferenceRecordingTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class UserMeetMeConferencingConferenceRecordingTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to the UserMeetMeConferencingGetConferenceRecordingListRequest. Contains a table with column headings: "Bridge Id", "Conference Id", "Conference Title", "Bridge Name", "Start Time", "File Size", and "URL". Start Time is in the format "yyyy-MM-dd'T'HH:mm:ss:SSSZ". Example: 2010-10-01T09:30:00:000-0400.
- 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 NodeArraygetURL()
int
hashCode()
void
setBridgeId
(String bridgeId) void
setBridgeName
(String bridgeName) void
setConferenceId
(String conferenceId) void
setConferenceTitle
(String conferenceTitle) void
setFileSize
(String fileSize) void
setStartTime
(String startTime) void
toString()
-
Constructor Details
-
UserMeetMeConferencingConferenceRecordingTableRow
public UserMeetMeConferencingConferenceRecordingTableRow()
-
-
Method Details
-
getBridgeId
-
setBridgeId
-
getConferenceId
-
setConferenceId
-
getConferenceTitle
-
setConferenceTitle
-
getBridgeName
-
setBridgeName
-
getStartTime
-
setStartTime
-
getFileSize
-
setFileSize
-
getURL
-
setURL
-
getFromNode
public static UserMeetMeConferencingConferenceRecordingTableRow 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<UserMeetMeConferencingConferenceRecordingTableRow> 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
-