public class UserEnhancedCallLogsGetListResponseProxy extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
EnhancedCallLogsEntryProxy[] |
missedProxy |
Integer |
numCalls |
EnhancedCallLogsEntryProxy[] |
placedProxy |
EnhancedCallLogsEntryProxy[] |
receivedProxy |
Integer |
startingOffset |
UserProxy |
userProxy |
Constructor and Description |
---|
UserEnhancedCallLogsGetListResponseProxy() |
Modifier and Type | Method and Description |
---|---|
EnhancedCallLogsEntryProxy[] |
getMissedProxy() |
Integer |
getNumCalls() |
EnhancedCallLogsEntryProxy[] |
getPlacedProxy() |
EnhancedCallLogsEntryProxy[] |
getReceivedProxy() |
Integer |
getStartingOffset() |
UserProxy |
getUserProxy() |
void |
setMissedProxy(EnhancedCallLogsEntryProxy... missedProxy) |
void |
setNumCalls(Integer numCalls) |
void |
setPlacedProxy(EnhancedCallLogsEntryProxy... placedProxy) |
void |
setReceivedProxy(EnhancedCallLogsEntryProxy... receivedProxy) |
void |
setStartingOffset(Integer startingOffset) |
void |
setUserProxy(UserProxy userProxy) |
public UserProxy userProxy
public Integer startingOffset
public Integer numCalls
public EnhancedCallLogsEntryProxy[] placedProxy
public EnhancedCallLogsEntryProxy[] receivedProxy
public EnhancedCallLogsEntryProxy[] missedProxy
public UserEnhancedCallLogsGetListResponseProxy()
public void setUserProxy(UserProxy userProxy)
public UserProxy getUserProxy()
public void setStartingOffset(Integer startingOffset)
public Integer getStartingOffset()
public void setNumCalls(Integer numCalls)
public Integer getNumCalls()
public void setPlacedProxy(EnhancedCallLogsEntryProxy... placedProxy)
public EnhancedCallLogsEntryProxy[] getPlacedProxy()
public void setReceivedProxy(EnhancedCallLogsEntryProxy... receivedProxy)
public EnhancedCallLogsEntryProxy[] getReceivedProxy()
public void setMissedProxy(EnhancedCallLogsEntryProxy... missedProxy)
public EnhancedCallLogsEntryProxy[] getMissedProxy()
Copyright © 2016 ECG, Inc. All rights reserved.