@GwtIncompatible public static class BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest extends Request<DefaultResponse>
Request.Protocol| Modifier and Type | Field and Description |
|---|---|
protected String |
ftpHostNetAddress |
protected String |
ftpUserId |
protected String |
ftpUserPassword |
protected Boolean |
passiveFTP |
| Constructor and Description |
|---|
SystemPerformanceMeasurementReportingAddFileServerRequest(BroadWorksServer broadWorksServer,
String ftpHostNetAddress,
String ftpUserId,
String ftpUserPassword) |
| Modifier and Type | Method and Description |
|---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
static BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
String |
getFtpHostNetAddress() |
String |
getFtpUserId() |
String |
getFtpUserPassword() |
Boolean |
getPassiveFTP() |
BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest |
setFtpHostNetAddress(String ftpHostNetAddress) |
BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest |
setFtpUserId(String ftpUserId) |
BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest |
setFtpUserPassword(String ftpUserPassword) |
BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest |
setPassiveFTP(Boolean passiveFTP) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, getValidationErrorsAsString, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate@NotNull
@Size(min=1,
max=80)
protected String ftpHostNetAddress
@NotNull
@Size(min=1,
max=30)
protected String ftpUserId
@NotNull
@Size(min=1,
max=40)
protected String ftpUserPassword
protected Boolean passiveFTP
public SystemPerformanceMeasurementReportingAddFileServerRequest(BroadWorksServer broadWorksServer, String ftpHostNetAddress, String ftpUserId, String ftpUserPassword)
public BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest setFtpHostNetAddress(String ftpHostNetAddress)
public String getFtpHostNetAddress()
public BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest setFtpUserId(String ftpUserId)
public String getFtpUserId()
public BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest setFtpUserPassword(String ftpUserPassword)
public String getFtpUserPassword()
public BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest setPassiveFTP(Boolean passiveFTP)
public Boolean getPassiveFTP()
public static BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer - The BroadWorksServerpublic void formRequest()
formRequest in class Request<DefaultResponse>Copyright © 2016 ECG. All rights reserved.