Class GroupAccessDeviceFileDeviceFilesTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupAccessDeviceFileDeviceFilesTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupAccessDeviceFileDeviceFilesTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to GroupAccessDeviceFileGetListRequest14sp8. Contains a table of device files managed by the Device Management System on a per-device profile basis. The column headings are: "File Format", "Is Authenticated", "Access URL", "Repository URL", "Template URL", "Extended Capture".
- 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
setAccessURL
(String accessURL) void
setExtendedCapture
(String extendedCapture) void
setFileFormat
(String fileFormat) void
setIsAuthenticated
(String isAuthenticated) void
setRepositoryURL
(String repositoryURL) void
setTemplateURL
(String templateURL) toString()
-
Constructor Details
-
GroupAccessDeviceFileDeviceFilesTableRow
public GroupAccessDeviceFileDeviceFilesTableRow()
-
-
Method Details
-
getFileFormat
-
setFileFormat
-
getIsAuthenticated
-
setIsAuthenticated
-
getAccessURL
-
setAccessURL
-
getRepositoryURL
-
setRepositoryURL
-
getTemplateURL
-
setTemplateURL
-
getExtendedCapture
-
setExtendedCapture
-
getFromNode
public static GroupAccessDeviceFileDeviceFilesTableRow 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<GroupAccessDeviceFileDeviceFilesTableRow> 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
-