Package co.ecg.alpaca.toolkit.generated
Class FindMeFollowMe.GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<FindMeFollowMe.GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaResponse>
co.ecg.alpaca.toolkit.generated.FindMeFollowMe.GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest
- Enclosing class:
FindMeFollowMe
public static class FindMeFollowMe.GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest
extends Request<FindMeFollowMe.GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaResponse>
Request to get all the information of a specific Find-me/Follow-me alerting group selective criteria. The response is either GroupFindMeFollowMeGetAlertingGroupResponse21 or ErrorResponse.
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @NotNull @Size(min=1,max=40) Stringprotected @NotNull @Size(min=1,max=50) Stringprotected @NotNull @Valid FindMeFollowMe -
Constructor Summary
ConstructorsConstructorDescriptionGroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest(FindMeFollowMe user, String alertingGroupName, String criteriaName) -
Method Summary
Modifier and TypeMethodDescriptionvoidForms the XML Document for this Request Object.getEmptyObject(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setAlertingGroupName(String alertingGroupName) setCriteriaName(String criteriaName) setUser(FindMeFollowMe user) 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, isIgnoreCache, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setIgnoreCache, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
user
-
alertingGroupName
-
criteriaName
-
-
Constructor Details
-
GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest
public GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest() -
GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest
public GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest(FindMeFollowMe user, String alertingGroupName, String criteriaName)
-
-
Method Details
-
setUser
public FindMeFollowMe.GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest setUser(FindMeFollowMe user) -
getFindMeFollowMe
-
setAlertingGroupName
public FindMeFollowMe.GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest setAlertingGroupName(String alertingGroupName) -
getAlertingGroupName
-
setCriteriaName
public FindMeFollowMe.GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest setCriteriaName(String criteriaName) -
getCriteriaName
-
getEmptyObject
public static FindMeFollowMe.GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest 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().
-