Class ServiceProviderAccessDeviceFileDeviceFilesTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.ServiceProviderAccessDeviceFileDeviceFilesTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class ServiceProviderAccessDeviceFileDeviceFilesTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to ServiceProviderAccessDeviceFileGetListRequest14sp8. 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
-
ServiceProviderAccessDeviceFileDeviceFilesTableRow
public ServiceProviderAccessDeviceFileDeviceFilesTableRow()
-
-
Method Details
-
getFileFormat
-
setFileFormat
-
getIsAuthenticated
-
setIsAuthenticated
-
getAccessURL
-
setAccessURL
-
getRepositoryURL
-
setRepositoryURL
-
getTemplateURL
-
setTemplateURL
-
getExtendedCapture
-
setExtendedCapture
-
getFromNode
public static ServiceProviderAccessDeviceFileDeviceFilesTableRow 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<ServiceProviderAccessDeviceFileDeviceFilesTableRow> 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
-