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 boolean
equals(Object o)
String
getAccessURL()
String
getExtendedCapture()
String
getFileFormat()
static SystemAccessDeviceFileDeviceFilesTableRow
getFromNode(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 NodeArrayString
getIsAuthenticated()
String
getRepositoryURL()
String
getTemplateURL()
int
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)
String
toString()
-
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
-