public static class BWSystem.SystemSIPDeviceTypeFileAddRequest20 extends Request<Response.DefaultResponse>
Constructor and Description |
---|
SystemSIPDeviceTypeFileAddRequest20(BroadWorksServer bws)
Default Constructor -- Not Guaranteed to work without checking Request validity with isValid()
|
SystemSIPDeviceTypeFileAddRequest20(BroadWorksServer bws,
String deviceType,
String fileFormat,
String remoteFileFormat,
DeviceManagementFileCategory fileCategory,
DeviceManagementFileCustomization fileCustomization,
DeviceTypeFileEnhancedConfigurationMode fileSource,
Boolean useHttpDigestAuthentication,
Boolean macBasedFileAuthentication,
Boolean userNamePasswordFileAuthentication,
Boolean macInNonRequestURI,
Boolean allowHttp,
Boolean allowHttps,
Boolean allowTftp,
Boolean enableCaching,
Boolean allowUploadFromDevice) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandType, getDomDocument, getResponseClass, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@Size(min=1, max=40) public String deviceType
public transient boolean deviceTypeIsModified
@Size(min=1, max=128) public String fileFormat
public transient boolean fileFormatIsModified
@Size(min=1, max=128) public String remoteFileFormat
public transient boolean remoteFileFormatIsModified
public DeviceManagementFileCategory fileCategory
public transient boolean fileCategoryIsModified
public DeviceManagementFileCustomization fileCustomization
public transient boolean fileCustomizationIsModified
public DeviceTypeFileEnhancedConfigurationMode fileSource
public transient boolean fileSourceIsModified
public FileResource uploadFile
public transient boolean uploadFileIsModified
public Boolean useHttpDigestAuthentication
public transient boolean useHttpDigestAuthenticationIsModified
public Boolean macBasedFileAuthentication
public transient boolean macBasedFileAuthenticationIsModified
public Boolean userNamePasswordFileAuthentication
public transient boolean userNamePasswordFileAuthenticationIsModified
public Boolean macInNonRequestURI
public transient boolean macInNonRequestURIIsModified
@Size(min=1, max=256) public String macFormatInNonRequestURI
public transient boolean macFormatInNonRequestURIIsModified
public Boolean allowHttp
public transient boolean allowHttpIsModified
public Boolean allowHttps
public transient boolean allowHttpsIsModified
public Boolean allowTftp
public transient boolean allowTftpIsModified
public Boolean enableCaching
public transient boolean enableCachingIsModified
public Boolean allowUploadFromDevice
public transient boolean allowUploadFromDeviceIsModified
public Boolean defaultExtendedFileCaptureMode
public transient boolean defaultExtendedFileCaptureModeIsModified
public SystemSIPDeviceTypeFileAddRequest20(BroadWorksServer bws, String deviceType, String fileFormat, String remoteFileFormat, DeviceManagementFileCategory fileCategory, DeviceManagementFileCustomization fileCustomization, DeviceTypeFileEnhancedConfigurationMode fileSource, Boolean useHttpDigestAuthentication, Boolean macBasedFileAuthentication, Boolean userNamePasswordFileAuthentication, Boolean macInNonRequestURI, Boolean allowHttp, Boolean allowHttps, Boolean allowTftp, Boolean enableCaching, Boolean allowUploadFromDevice)
public SystemSIPDeviceTypeFileAddRequest20(BroadWorksServer bws)
bws
- The BroadWorksServer to use for the Requestpublic BWSystem.SystemSIPDeviceTypeFileAddRequest20 setDeviceType(String deviceType)
public String getDeviceType()
public BWSystem.SystemSIPDeviceTypeFileAddRequest20 setFileFormat(String fileFormat)
public String getFileFormat()
public BWSystem.SystemSIPDeviceTypeFileAddRequest20 setRemoteFileFormat(String remoteFileFormat)
public String getRemoteFileFormat()
public BWSystem.SystemSIPDeviceTypeFileAddRequest20 setFileCategory(DeviceManagementFileCategory fileCategory)
public DeviceManagementFileCategory getFileCategory()
public BWSystem.SystemSIPDeviceTypeFileAddRequest20 setFileCustomization(DeviceManagementFileCustomization fileCustomization)
public DeviceManagementFileCustomization getFileCustomization()
public BWSystem.SystemSIPDeviceTypeFileAddRequest20 setFileSource(DeviceTypeFileEnhancedConfigurationMode fileSource)
public DeviceTypeFileEnhancedConfigurationMode getFileSource()
public BWSystem.SystemSIPDeviceTypeFileAddRequest20 setUploadFile(FileResource uploadFile)
public FileResource getUploadFile()
public BWSystem.SystemSIPDeviceTypeFileAddRequest20 setUseHttpDigestAuthentication(Boolean useHttpDigestAuthentication)
public Boolean getUseHttpDigestAuthentication()
public BWSystem.SystemSIPDeviceTypeFileAddRequest20 setMacBasedFileAuthentication(Boolean macBasedFileAuthentication)
public Boolean getMacBasedFileAuthentication()
public BWSystem.SystemSIPDeviceTypeFileAddRequest20 setUserNamePasswordFileAuthentication(Boolean userNamePasswordFileAuthentication)
public Boolean getUserNamePasswordFileAuthentication()
public BWSystem.SystemSIPDeviceTypeFileAddRequest20 setMacInNonRequestURI(Boolean macInNonRequestURI)
public Boolean getMacInNonRequestURI()
public BWSystem.SystemSIPDeviceTypeFileAddRequest20 setMacFormatInNonRequestURI(String macFormatInNonRequestURI)
public String getMacFormatInNonRequestURI()
public BWSystem.SystemSIPDeviceTypeFileAddRequest20 setAllowHttp(Boolean allowHttp)
public Boolean getAllowHttp()
public BWSystem.SystemSIPDeviceTypeFileAddRequest20 setAllowHttps(Boolean allowHttps)
public Boolean getAllowHttps()
public BWSystem.SystemSIPDeviceTypeFileAddRequest20 setAllowTftp(Boolean allowTftp)
public Boolean getAllowTftp()
public BWSystem.SystemSIPDeviceTypeFileAddRequest20 setEnableCaching(Boolean enableCaching)
public Boolean getEnableCaching()
public BWSystem.SystemSIPDeviceTypeFileAddRequest20 setAllowUploadFromDevice(Boolean allowUploadFromDevice)
public Boolean getAllowUploadFromDevice()
public BWSystem.SystemSIPDeviceTypeFileAddRequest20 setDefaultExtendedFileCaptureMode(Boolean defaultExtendedFileCaptureMode)
public Boolean getDefaultExtendedFileCaptureMode()
public void formRequest() throws RequestException
formRequest
in class Request<Response.DefaultResponse>
RequestException
Copyright © 2016 ECG, Inc. All rights reserved.