@GwtIncompatible public static class CommunicationBarringUserControl.SystemCommunicationBarringUserControlModifyRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected Boolean |
enableLockout |
protected Integer |
lockoutMinutes |
protected Integer |
maxNumberOfFailedAttempts |
Constructor and Description |
---|
SystemCommunicationBarringUserControlModifyRequest(BroadWorksServer broadWorksServer) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
Boolean |
getEnableLockout() |
Integer |
getLockoutMinutes() |
Integer |
getMaxNumberOfFailedAttempts() |
CommunicationBarringUserControl.SystemCommunicationBarringUserControlModifyRequest |
setEnableLockout(Boolean enableLockout) |
CommunicationBarringUserControl.SystemCommunicationBarringUserControlModifyRequest |
setLockoutMinutes(Integer lockoutMinutes) |
CommunicationBarringUserControl.SystemCommunicationBarringUserControlModifyRequest |
setMaxNumberOfFailedAttempts(Integer maxNumberOfFailedAttempts) |
appendChild, appendChild, appendChild, asyncFire, createDocument, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
protected Boolean enableLockout
protected Integer maxNumberOfFailedAttempts
protected Integer lockoutMinutes
public SystemCommunicationBarringUserControlModifyRequest(BroadWorksServer broadWorksServer)
public CommunicationBarringUserControl.SystemCommunicationBarringUserControlModifyRequest setEnableLockout(Boolean enableLockout)
public Boolean getEnableLockout()
public CommunicationBarringUserControl.SystemCommunicationBarringUserControlModifyRequest setMaxNumberOfFailedAttempts(Integer maxNumberOfFailedAttempts)
public Integer getMaxNumberOfFailedAttempts()
public CommunicationBarringUserControl.SystemCommunicationBarringUserControlModifyRequest setLockoutMinutes(Integer lockoutMinutes)
public Integer getLockoutMinutes()
public void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.