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
Fields Modifier and Type Field Description protected @NotNull @Size(min=1,max=40) java.lang.StringalertingGroupNameprotected @NotNull @Size(min=1,max=50) java.lang.StringcriteriaNameprotected @NotNull @Valid FindMeFollowMeuser -
Constructor Summary
Constructors Constructor Description GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest()GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest(FindMeFollowMe user, java.lang.String alertingGroupName, java.lang.String criteriaName) -
Method Summary
Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.java.lang.StringgetAlertingGroupName()java.lang.StringgetCriteriaName()static FindMeFollowMe.GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.FindMeFollowMegetFindMeFollowMe()FindMeFollowMe.GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequestsetAlertingGroupName(java.lang.String alertingGroupName)FindMeFollowMe.GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequestsetCriteriaName(java.lang.String criteriaName)FindMeFollowMe.GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequestsetUser(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, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
user
-
alertingGroupName
@NotNull @Size(min=1, max=40) protected @NotNull @Size(min=1,max=40) java.lang.String alertingGroupName -
criteriaName
@NotNull @Size(min=1, max=50) protected @NotNull @Size(min=1,max=50) java.lang.String criteriaName
-
-
Constructor Details
-
GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest
public GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest() -
GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest
public GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest(FindMeFollowMe user, java.lang.String alertingGroupName, java.lang.String criteriaName)
-
-
Method Details
-
setUser
public FindMeFollowMe.GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest setUser(FindMeFollowMe user) -
getFindMeFollowMe
-
setAlertingGroupName
public FindMeFollowMe.GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest setAlertingGroupName(java.lang.String alertingGroupName) -
getAlertingGroupName
public java.lang.String getAlertingGroupName() -
setCriteriaName
public FindMeFollowMe.GroupFindMeFollowMeGetAlertingGroupSelectiveCriteriaRequest setCriteriaName(java.lang.String criteriaName) -
getCriteriaName
public java.lang.String 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().
-