public static class FindMeFollowMe.GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest extends Request<Response.DefaultResponse>
Modifier and Type | Field and Description |
---|---|
String |
alertingGroupName |
boolean |
alertingGroupNameIsModified |
String |
criteriaName |
boolean |
criteriaNameIsModified |
String |
serviceUserId |
boolean |
serviceUserIdIsModified |
Constructor and Description |
---|
GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest(BroadWorksServer bws)
Default Constructor -- Not Guaranteed to work without checking Request validity with isValid()
|
GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest(BroadWorksServer bws,
String serviceUserId,
String alertingGroupName,
String criteriaName) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
String |
getAlertingGroupName() |
String |
getCriteriaName() |
String |
getServiceUserId() |
FindMeFollowMe.GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest |
setAlertingGroupName(String alertingGroupName) |
FindMeFollowMe.GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest |
setCriteriaName(String criteriaName) |
FindMeFollowMe.GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest |
setServiceUserId(String serviceUserId) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandType, getDomDocument, getResponseClass, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@Size(min=1, max=161) public String serviceUserId
public transient boolean serviceUserIdIsModified
@Size(min=1, max=40) public String alertingGroupName
public transient boolean alertingGroupNameIsModified
@Size(min=1, max=50) public String criteriaName
public transient boolean criteriaNameIsModified
public GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest(BroadWorksServer bws, String serviceUserId, String alertingGroupName, String criteriaName)
public GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest(BroadWorksServer bws)
bws
- The BroadWorksServer to use for the Requestpublic FindMeFollowMe.GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest setServiceUserId(String serviceUserId)
public String getServiceUserId()
public FindMeFollowMe.GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest setAlertingGroupName(String alertingGroupName)
public String getAlertingGroupName()
public FindMeFollowMe.GroupFindMeFollowMeDeleteAlertingGroupSelectiveCriteriaRequest setCriteriaName(String criteriaName)
public String getCriteriaName()
public void formRequest() throws RequestException
formRequest
in class Request<Response.DefaultResponse>
RequestException
Copyright © 2016 ECG, Inc. All rights reserved.