public class UserAutomaticHoldRetrieveGetResponseProxy extends UserServiceProxy implements Serializable
Modifier and Type | Field and Description |
---|---|
Boolean |
isActive |
Integer |
recallTimerSeconds |
UserProxy |
userProxy |
Constructor and Description |
---|
UserAutomaticHoldRetrieveGetResponseProxy() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getIsActive() |
Integer |
getRecallTimerSeconds() |
UserProxy |
getUserProxy() |
void |
setIsActive(Boolean isActive) |
void |
setRecallTimerSeconds(Integer recallTimerSeconds) |
void |
setUserProxy(UserProxy userProxy) |
public UserProxy userProxy
public Boolean isActive
public Integer recallTimerSeconds
public UserAutomaticHoldRetrieveGetResponseProxy()
public void setUserProxy(UserProxy userProxy)
public UserProxy getUserProxy()
public void setIsActive(Boolean isActive)
public Boolean getIsActive()
public void setRecallTimerSeconds(Integer recallTimerSeconds)
public Integer getRecallTimerSeconds()
Copyright © 2016 ECG, Inc. All rights reserved.