Package co.ecg.alpaca.toolkit.generated
Class FindMeFollowMe.GroupFindMeFollowMeModifyInstanceRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.FindMeFollowMe.GroupFindMeFollowMeModifyInstanceRequest
-
- Enclosing class:
- FindMeFollowMe
public static class FindMeFollowMe.GroupFindMeFollowMeModifyInstanceRequest extends Request<DefaultResponse>
Request to modify a Find-me/Follow-me instance. The response is either SuccessResponse 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 @Size(min=1,max=40) StringnetworkClassOfServiceprotected @Valid ServiceInstanceModifyProfileserviceInstanceProfileprotected @NotNull @Valid FindMeFollowMeuser
-
Constructor Summary
Constructors Constructor Description GroupFindMeFollowMeModifyInstanceRequest()GroupFindMeFollowMeModifyInstanceRequest(FindMeFollowMe user)
-
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 FindMeFollowMe.GroupFindMeFollowMeModifyInstanceRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.FindMeFollowMegetFindMeFollowMe()StringgetNetworkClassOfService()ServiceInstanceModifyProfilegetServiceInstanceProfile()FindMeFollowMe.GroupFindMeFollowMeModifyInstanceRequestsetNetworkClassOfService(String networkClassOfService)FindMeFollowMe.GroupFindMeFollowMeModifyInstanceRequestsetServiceInstanceProfile(ServiceInstanceModifyProfile serviceInstanceProfile)FindMeFollowMe.GroupFindMeFollowMeModifyInstanceRequestsetUser(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 Detail
-
user
@NotNull @Valid protected transient @NotNull @Valid FindMeFollowMe user
-
serviceInstanceProfile
@Valid protected @Valid ServiceInstanceModifyProfile serviceInstanceProfile
-
networkClassOfService
@Size(min=1, max=40) protected @Size(min=1,max=40) String networkClassOfService
-
-
Constructor Detail
-
GroupFindMeFollowMeModifyInstanceRequest
public GroupFindMeFollowMeModifyInstanceRequest()
-
GroupFindMeFollowMeModifyInstanceRequest
public GroupFindMeFollowMeModifyInstanceRequest(FindMeFollowMe user)
-
-
Method Detail
-
setUser
public FindMeFollowMe.GroupFindMeFollowMeModifyInstanceRequest setUser(FindMeFollowMe user)
-
getFindMeFollowMe
public FindMeFollowMe getFindMeFollowMe()
-
setServiceInstanceProfile
public FindMeFollowMe.GroupFindMeFollowMeModifyInstanceRequest setServiceInstanceProfile(ServiceInstanceModifyProfile serviceInstanceProfile)
-
getServiceInstanceProfile
public ServiceInstanceModifyProfile getServiceInstanceProfile()
-
setNetworkClassOfService
public FindMeFollowMe.GroupFindMeFollowMeModifyInstanceRequest setNetworkClassOfService(String networkClassOfService)
-
getNetworkClassOfService
public String getNetworkClassOfService()
-
getEmptyObject
public static FindMeFollowMe.GroupFindMeFollowMeModifyInstanceRequest 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<DefaultResponse>
-
-