Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetResponse>
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetRequest
-
- Enclosing class:
- BWSystem
public static class BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetRequest extends Request<BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetResponse>
Request to get sip authentication trunk group lockout data in the system. The response is either a SystemSIPAuthenticationTrunkGroupLockoutGetResponse or an 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 Integer
responseSizeLimit
protected @Valid SearchCriteriaExactOrganizationType
searchCriteriaExactOrganizationType
protected @Valid SearchCriteriaGroupId[]
searchCriteriaGroupId
protected @Valid SearchCriteriaServiceProviderId[]
searchCriteriaServiceProviderId
protected @Valid SearchCriteriaTrunkGroupName[]
searchCriteriaTrunkGroupName
-
Constructor Summary
Constructors Constructor Description SystemSIPAuthenticationTrunkGroupLockoutGetRequest()
SystemSIPAuthenticationTrunkGroupLockoutGetRequest(BroadWorksServer broadWorksServer)
-
Method Summary
-
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
-
responseSizeLimit
protected Integer responseSizeLimit
-
searchCriteriaServiceProviderId
@Valid protected @Valid SearchCriteriaServiceProviderId[] searchCriteriaServiceProviderId
-
searchCriteriaExactOrganizationType
@Valid protected @Valid SearchCriteriaExactOrganizationType searchCriteriaExactOrganizationType
-
searchCriteriaGroupId
@Valid protected @Valid SearchCriteriaGroupId[] searchCriteriaGroupId
-
searchCriteriaTrunkGroupName
@Valid protected @Valid SearchCriteriaTrunkGroupName[] searchCriteriaTrunkGroupName
-
-
Constructor Detail
-
SystemSIPAuthenticationTrunkGroupLockoutGetRequest
public SystemSIPAuthenticationTrunkGroupLockoutGetRequest()
-
SystemSIPAuthenticationTrunkGroupLockoutGetRequest
public SystemSIPAuthenticationTrunkGroupLockoutGetRequest(BroadWorksServer broadWorksServer)
-
-
Method Detail
-
setResponseSizeLimit
public BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetRequest setResponseSizeLimit(Integer responseSizeLimit)
-
getResponseSizeLimit
public Integer getResponseSizeLimit()
-
setSearchCriteriaServiceProviderId
public BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetRequest setSearchCriteriaServiceProviderId(SearchCriteriaServiceProviderId... searchCriteriaServiceProviderId)
-
getSearchCriteriaServiceProviderId
public SearchCriteriaServiceProviderId[] getSearchCriteriaServiceProviderId()
-
setSearchCriteriaExactOrganizationType
public BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetRequest setSearchCriteriaExactOrganizationType(SearchCriteriaExactOrganizationType searchCriteriaExactOrganizationType)
-
getSearchCriteriaExactOrganizationType
public SearchCriteriaExactOrganizationType getSearchCriteriaExactOrganizationType()
-
setSearchCriteriaGroupId
public BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetRequest setSearchCriteriaGroupId(SearchCriteriaGroupId... searchCriteriaGroupId)
-
getSearchCriteriaGroupId
public SearchCriteriaGroupId[] getSearchCriteriaGroupId()
-
setSearchCriteriaTrunkGroupName
public BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetRequest setSearchCriteriaTrunkGroupName(SearchCriteriaTrunkGroupName... searchCriteriaTrunkGroupName)
-
getSearchCriteriaTrunkGroupName
public SearchCriteriaTrunkGroupName[] getSearchCriteriaTrunkGroupName()
-
formRequest
public void formRequest()
Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetResponse>
-
-