Class SystemAccessDeviceFileDeviceFilesTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemAccessDeviceFileDeviceFilesTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemAccessDeviceFileDeviceFilesTableRow extends Object implements BroadWorksTableRow, Serializable
Response to SystemAccessDeviceFileGetListRequest14sp8. 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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SystemAccessDeviceFileDeviceFilesTableRow() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetAccessURL()StringgetExtendedCapture()StringgetFileFormat()static SystemAccessDeviceFileDeviceFilesTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<SystemAccessDeviceFileDeviceFilesTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetIsAuthenticated()StringgetRepositoryURL()StringgetTemplateURL()inthashCode()voidsetAccessURL(String accessURL)voidsetExtendedCapture(String extendedCapture)voidsetFileFormat(String fileFormat)voidsetIsAuthenticated(String isAuthenticated)voidsetRepositoryURL(String repositoryURL)voidsetTemplateURL(String templateURL)StringtoString()
-
Constructor Details
-
SystemAccessDeviceFileDeviceFilesTableRow
public SystemAccessDeviceFileDeviceFilesTableRow()
-
-
Method Details
-
getFileFormat
-
setFileFormat
-
getIsAuthenticated
-
setIsAuthenticated
-
getAccessURL
-
setAccessURL
-
getRepositoryURL
-
setRepositoryURL
-
getTemplateURL
-
setTemplateURL
-
getExtendedCapture
-
setExtendedCapture
-
getFromNode
public static SystemAccessDeviceFileDeviceFilesTableRow 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<SystemAccessDeviceFileDeviceFilesTableRow> 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
-