public static class UserVoiceMessaging.UserVoiceMessagingUserGetDistributionListResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected Integer |
listId |
protected String[] |
phoneNumber |
protected BroadWorksUser |
user |
commandType, detailText, request, responseContent, summaryText, xPath
Constructor and Description |
---|
UserVoiceMessagingUserGetDistributionListResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BroadWorksUser |
getBroadWorksUser() |
String |
getDescription() |
Integer |
getListId() |
String[] |
getPhoneNumber() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setListId(Integer listId) |
void |
setPhoneNumber(String... phoneNumber) |
void |
setUser(BroadWorksUser user) |
protected void |
transform()
Transforms the Response from XML Content to a populated POJO
|
getBoolean, getDate, getDateTime, getDetailText, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getRequest, getResponse, getResponseContent, getString, getStringArray, getSummaryText, getTime, isCommandType, isErrorResponse
protected String description
protected String[] phoneNumber
protected transient BroadWorksUser user
protected Integer listId
public UserVoiceMessagingUserGetDistributionListResponse()
public void setDescription(String description)
public String getDescription()
public void setPhoneNumber(String... phoneNumber)
public String[] getPhoneNumber()
public void setUser(BroadWorksUser user)
public BroadWorksUser getBroadWorksUser()
public void setListId(Integer listId)
public Integer getListId()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.