@GwtIncompatible public static class BWSystem.SystemFileRepositoryDeviceModifyRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected Boolean |
ftpPassive |
protected Boolean |
ftpRemoteVerification |
protected String |
name |
protected String |
netAddress |
protected com.google.common.base.Optional<Integer> |
port |
protected FileRepositoryProtocol |
protocol |
protected com.google.common.base.Optional<String> |
rootDirectory |
protected Boolean |
secure |
Constructor and Description |
---|
SystemFileRepositoryDeviceModifyRequest(BroadWorksServer broadWorksServer,
String name) |
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 name
protected com.google.common.base.Optional<String> rootDirectory
protected Boolean secure
@Size(min=1, max=80) protected String netAddress
protected Boolean ftpPassive
protected FileRepositoryProtocol protocol
protected com.google.common.base.Optional<Integer> port
protected Boolean ftpRemoteVerification
public SystemFileRepositoryDeviceModifyRequest(BroadWorksServer broadWorksServer, String name)
public BWSystem.SystemFileRepositoryDeviceModifyRequest setName(String name)
public String getName()
public BWSystem.SystemFileRepositoryDeviceModifyRequest setRootDirectory(String rootDirectory)
public com.google.common.base.Optional<String> getRootDirectory()
public BWSystem.SystemFileRepositoryDeviceModifyRequest setSecure(Boolean secure)
public Boolean getSecure()
public BWSystem.SystemFileRepositoryDeviceModifyRequest setNetAddress(String netAddress)
public String getNetAddress()
public BWSystem.SystemFileRepositoryDeviceModifyRequest setFtpPassive(Boolean ftpPassive)
public Boolean getFtpPassive()
public BWSystem.SystemFileRepositoryDeviceModifyRequest setProtocol(FileRepositoryProtocol protocol)
public FileRepositoryProtocol getProtocol()
public BWSystem.SystemFileRepositoryDeviceModifyRequest setPort(Integer port)
public com.google.common.base.Optional<Integer> getPort()
public BWSystem.SystemFileRepositoryDeviceModifyRequest setFtpRemoteVerification(Boolean ftpRemoteVerification)
public Boolean getFtpRemoteVerification()
public static BWSystem.SystemFileRepositoryDeviceModifyRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.