@GwtIncompatible public static class FindMeFollowMe.GroupFindMeFollowMeAddInstanceRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected String |
groupId |
protected String |
networkClassOfService |
protected ServiceInstanceAddProfile |
serviceInstanceProfile |
protected String |
serviceProviderId |
protected String |
serviceUserId |
Constructor and Description |
---|
GroupFindMeFollowMeAddInstanceRequest(BroadWorksServer broadWorksServer,
String serviceProviderId,
String groupId,
String serviceUserId,
ServiceInstanceAddProfile serviceInstanceProfile) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
static FindMeFollowMe.GroupFindMeFollowMeAddInstanceRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
String |
getGroupId() |
String |
getNetworkClassOfService() |
ServiceInstanceAddProfile |
getServiceInstanceProfile() |
String |
getServiceProviderId() |
String |
getServiceUserId() |
FindMeFollowMe.GroupFindMeFollowMeAddInstanceRequest |
setGroupId(String groupId) |
FindMeFollowMe.GroupFindMeFollowMeAddInstanceRequest |
setNetworkClassOfService(String networkClassOfService) |
FindMeFollowMe.GroupFindMeFollowMeAddInstanceRequest |
setServiceInstanceProfile(ServiceInstanceAddProfile serviceInstanceProfile) |
FindMeFollowMe.GroupFindMeFollowMeAddInstanceRequest |
setServiceProviderId(String serviceProviderId) |
FindMeFollowMe.GroupFindMeFollowMeAddInstanceRequest |
setServiceUserId(String serviceUserId) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, getValidationErrorsAsString, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@NotNull @Size(min=1, max=30) protected String serviceProviderId
@NotNull @Size(min=1, max=30) protected String groupId
@NotNull @Size(min=1, max=161) protected String serviceUserId
@NotNull protected ServiceInstanceAddProfile serviceInstanceProfile
@Size(min=1, max=40) protected String networkClassOfService
public GroupFindMeFollowMeAddInstanceRequest(BroadWorksServer broadWorksServer, String serviceProviderId, String groupId, String serviceUserId, ServiceInstanceAddProfile serviceInstanceProfile)
public FindMeFollowMe.GroupFindMeFollowMeAddInstanceRequest setServiceProviderId(String serviceProviderId)
public String getServiceProviderId()
public FindMeFollowMe.GroupFindMeFollowMeAddInstanceRequest setGroupId(String groupId)
public String getGroupId()
public FindMeFollowMe.GroupFindMeFollowMeAddInstanceRequest setServiceUserId(String serviceUserId)
public String getServiceUserId()
public FindMeFollowMe.GroupFindMeFollowMeAddInstanceRequest setServiceInstanceProfile(ServiceInstanceAddProfile serviceInstanceProfile)
public ServiceInstanceAddProfile getServiceInstanceProfile()
public FindMeFollowMe.GroupFindMeFollowMeAddInstanceRequest setNetworkClassOfService(String networkClassOfService)
public String getNetworkClassOfService()
public static FindMeFollowMe.GroupFindMeFollowMeAddInstanceRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.