Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest
-
- Enclosing class:
- BWSystem
public static class BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest extends Request<DefaultResponse>
Add a performance measurements reporting ftp server. The response is either SuccessResponse or ErrorResponse.- Author:
- AlpacaGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
-
Field Summary
Fields Modifier and Type Field Description protected @NotNull @Size(min=1,max=30) StringftpUserIdprotected @NotNull @Size(min=1,max=40) StringftpUserPasswordprotected BooleanpassiveFTPprotected @NotNull @Size(min=1,max=256) StringrepositoryUrl
-
Constructor Summary
Constructors Constructor Description SystemPerformanceMeasurementReportingAddFileServerRequest()SystemPerformanceMeasurementReportingAddFileServerRequest(BroadWorksServer broadWorksServer, String repositoryUrl, String ftpUserId, String ftpUserPassword)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.static BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.StringgetFtpUserId()StringgetFtpUserPassword()BooleangetPassiveFTP()StringgetRepositoryUrl()BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequestsetFtpUserId(String ftpUserId)BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequestsetFtpUserPassword(String ftpUserPassword)BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequestsetPassiveFTP(Boolean passiveFTP)BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequestsetRepositoryUrl(String repositoryUrl)-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
-
-
-
Field Detail
-
repositoryUrl
@NotNull @Size(min=1, max=256) protected @NotNull @Size(min=1,max=256) String repositoryUrl
-
ftpUserId
@NotNull @Size(min=1, max=30) protected @NotNull @Size(min=1,max=30) String ftpUserId
-
ftpUserPassword
@NotNull @Size(min=1, max=40) protected @NotNull @Size(min=1,max=40) String ftpUserPassword
-
passiveFTP
protected Boolean passiveFTP
-
-
Constructor Detail
-
SystemPerformanceMeasurementReportingAddFileServerRequest
public SystemPerformanceMeasurementReportingAddFileServerRequest()
-
SystemPerformanceMeasurementReportingAddFileServerRequest
public SystemPerformanceMeasurementReportingAddFileServerRequest(BroadWorksServer broadWorksServer, String repositoryUrl, String ftpUserId, String ftpUserPassword)
-
-
Method Detail
-
setRepositoryUrl
public BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest setRepositoryUrl(String repositoryUrl)
-
getRepositoryUrl
public String getRepositoryUrl()
-
setFtpUserId
public BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest setFtpUserId(String ftpUserId)
-
getFtpUserId
public String getFtpUserId()
-
setFtpUserPassword
public BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest setFtpUserPassword(String ftpUserPassword)
-
getFtpUserPassword
public String getFtpUserPassword()
-
setPassiveFTP
public BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest setPassiveFTP(Boolean passiveFTP)
-
getPassiveFTP
public Boolean getPassiveFTP()
-
getEmptyObject
public static BWSystem.SystemPerformanceMeasurementReportingAddFileServerRequest getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.- Parameters:
broadWorksServer- The BroadWorksServer
-
formRequest
public void formRequest()
Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequestin classRequest<DefaultResponse>
-
-