public class UserCallForwardingBusyGetResponseProxy extends UserServiceProxy implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
forwardToPhoneNumber |
Boolean |
isActive |
UserProxy |
userProxy |
Constructor and Description |
---|
UserCallForwardingBusyGetResponseProxy() |
Modifier and Type | Method and Description |
---|---|
String |
getForwardToPhoneNumber() |
Boolean |
getIsActive() |
UserProxy |
getUserProxy() |
void |
setForwardToPhoneNumber(String forwardToPhoneNumber) |
void |
setIsActive(Boolean isActive) |
void |
setUserProxy(UserProxy userProxy) |
public UserProxy userProxy
public Boolean isActive
public String forwardToPhoneNumber
public UserCallForwardingBusyGetResponseProxy()
public void setUserProxy(UserProxy userProxy)
public UserProxy getUserProxy()
public void setIsActive(Boolean isActive)
public Boolean getIsActive()
public void setForwardToPhoneNumber(String forwardToPhoneNumber)
public String getForwardToPhoneNumber()
Copyright © 2016 ECG, Inc. All rights reserved.