@GwtIncompatible public static class BWSystem.SystemSIPDeviceTypeFileAddRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected Boolean |
allowHttp |
protected Boolean |
allowHttps |
protected Boolean |
allowTftp |
protected Boolean |
allowUploadFromDevice |
protected Boolean |
defaultExtendedFileCaptureMode |
protected String |
deviceType |
protected Boolean |
enableCaching |
protected DeviceManagementFileCategory |
fileCategory |
protected DeviceManagementFileCustomization |
fileCustomization |
protected String |
fileFormat |
protected DeviceTypeFileEnhancedConfigurationMode |
fileSource |
protected Boolean |
macBasedFileAuthentication |
protected String |
macFormatInNonRequestURI |
protected Boolean |
macInNonRequestURI |
protected String |
remoteFileFormat |
protected FileResource |
uploadFile |
protected Boolean |
useHttpDigestAuthentication |
protected Boolean |
userNamePasswordFileAuthentication |
Constructor and Description |
---|
SystemSIPDeviceTypeFileAddRequest(BroadWorksServer broadWorksServer,
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, createDocument, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@NotNull @Size(min=1, max=40) protected String deviceType
@NotNull @Size(min=1, max=128) protected String fileFormat
@NotNull @Size(min=1, max=128) protected String remoteFileFormat
@NotNull protected DeviceManagementFileCategory fileCategory
@NotNull protected DeviceManagementFileCustomization fileCustomization
@NotNull protected DeviceTypeFileEnhancedConfigurationMode fileSource
protected FileResource uploadFile
@NotNull protected Boolean useHttpDigestAuthentication
@NotNull protected Boolean macBasedFileAuthentication
@NotNull protected Boolean userNamePasswordFileAuthentication
@NotNull protected Boolean macInNonRequestURI
@Size(min=1, max=256) protected String macFormatInNonRequestURI
@NotNull protected Boolean allowHttp
@NotNull protected Boolean allowHttps
@NotNull protected Boolean allowTftp
@NotNull protected Boolean enableCaching
@NotNull protected Boolean allowUploadFromDevice
protected Boolean defaultExtendedFileCaptureMode
public SystemSIPDeviceTypeFileAddRequest(BroadWorksServer broadWorksServer, 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 BWSystem.SystemSIPDeviceTypeFileAddRequest setDeviceType(String deviceType)
public String getDeviceType()
public BWSystem.SystemSIPDeviceTypeFileAddRequest setFileFormat(String fileFormat)
public String getFileFormat()
public BWSystem.SystemSIPDeviceTypeFileAddRequest setRemoteFileFormat(String remoteFileFormat)
public String getRemoteFileFormat()
public BWSystem.SystemSIPDeviceTypeFileAddRequest setFileCategory(DeviceManagementFileCategory fileCategory)
public DeviceManagementFileCategory getFileCategory()
public BWSystem.SystemSIPDeviceTypeFileAddRequest setFileCustomization(DeviceManagementFileCustomization fileCustomization)
public DeviceManagementFileCustomization getFileCustomization()
public BWSystem.SystemSIPDeviceTypeFileAddRequest setFileSource(DeviceTypeFileEnhancedConfigurationMode fileSource)
public DeviceTypeFileEnhancedConfigurationMode getFileSource()
public BWSystem.SystemSIPDeviceTypeFileAddRequest setUploadFile(FileResource uploadFile)
public FileResource getUploadFile()
public BWSystem.SystemSIPDeviceTypeFileAddRequest setUseHttpDigestAuthentication(Boolean useHttpDigestAuthentication)
public Boolean getUseHttpDigestAuthentication()
public BWSystem.SystemSIPDeviceTypeFileAddRequest setMacBasedFileAuthentication(Boolean macBasedFileAuthentication)
public Boolean getMacBasedFileAuthentication()
public BWSystem.SystemSIPDeviceTypeFileAddRequest setUserNamePasswordFileAuthentication(Boolean userNamePasswordFileAuthentication)
public Boolean getUserNamePasswordFileAuthentication()
public BWSystem.SystemSIPDeviceTypeFileAddRequest setMacInNonRequestURI(Boolean macInNonRequestURI)
public Boolean getMacInNonRequestURI()
public BWSystem.SystemSIPDeviceTypeFileAddRequest setMacFormatInNonRequestURI(String macFormatInNonRequestURI)
public String getMacFormatInNonRequestURI()
public BWSystem.SystemSIPDeviceTypeFileAddRequest setAllowHttp(Boolean allowHttp)
public Boolean getAllowHttp()
public BWSystem.SystemSIPDeviceTypeFileAddRequest setAllowHttps(Boolean allowHttps)
public Boolean getAllowHttps()
public BWSystem.SystemSIPDeviceTypeFileAddRequest setAllowTftp(Boolean allowTftp)
public Boolean getAllowTftp()
public BWSystem.SystemSIPDeviceTypeFileAddRequest setEnableCaching(Boolean enableCaching)
public Boolean getEnableCaching()
public BWSystem.SystemSIPDeviceTypeFileAddRequest setAllowUploadFromDevice(Boolean allowUploadFromDevice)
public Boolean getAllowUploadFromDevice()
public BWSystem.SystemSIPDeviceTypeFileAddRequest setDefaultExtendedFileCaptureMode(Boolean defaultExtendedFileCaptureMode)
public Boolean getDefaultExtendedFileCaptureMode()
public static BWSystem.SystemSIPDeviceTypeFileAddRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.