Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemOCIReportingGetMessageNameListRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<BWSystem.SystemOCIReportingGetMessageNameListResponse>
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemOCIReportingGetMessageNameListRequest
-
- Enclosing class:
- BWSystem
public static class BWSystem.SystemOCIReportingGetMessageNameListRequest extends Request<BWSystem.SystemOCIReportingGetMessageNameListResponse>
Get a list of restricted messages from a host in the OCI Reporting Access Control List. The response is either a SystemOCIReportingGetMessageNameListResponse or an 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=80) StringnetAddress
-
Constructor Summary
Constructors Constructor Description SystemOCIReportingGetMessageNameListRequest()SystemOCIReportingGetMessageNameListRequest(BroadWorksServer broadWorksServer, String netAddress)
-
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.SystemOCIReportingGetMessageNameListRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.StringgetNetAddress()BWSystem.SystemOCIReportingGetMessageNameListRequestsetNetAddress(String netAddress)-
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
-
netAddress
@NotNull @Size(min=1, max=80) protected @NotNull @Size(min=1,max=80) String netAddress
-
-
Constructor Detail
-
SystemOCIReportingGetMessageNameListRequest
public SystemOCIReportingGetMessageNameListRequest()
-
SystemOCIReportingGetMessageNameListRequest
public SystemOCIReportingGetMessageNameListRequest(BroadWorksServer broadWorksServer, String netAddress)
-
-
Method Detail
-
setNetAddress
public BWSystem.SystemOCIReportingGetMessageNameListRequest setNetAddress(String netAddress)
-
getNetAddress
public String getNetAddress()
-
getEmptyObject
public static BWSystem.SystemOCIReportingGetMessageNameListRequest 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<BWSystem.SystemOCIReportingGetMessageNameListResponse>
-
-