Class UserVoiceMessaging.UserVoiceMessagingUserGetDistributionListResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.UserVoiceMessaging.UserVoiceMessagingUserGetDistributionListResponse
All Implemented Interfaces:
Serializable
Enclosing class:
UserVoiceMessaging

public static class UserVoiceMessaging.UserVoiceMessagingUserGetDistributionListResponse extends Response
Response to UserVoiceMessagingUserGetDistributionListRequest.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • description

      protected String description
    • phoneNumber

      protected String[] phoneNumber
    • user

      protected transient BroadWorksUser user
    • listId

      protected Integer listId
  • Constructor Details

    • UserVoiceMessagingUserGetDistributionListResponse

      public UserVoiceMessagingUserGetDistributionListResponse()
  • Method Details

    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()
    • setPhoneNumber

      public void setPhoneNumber(String... phoneNumber)
    • getPhoneNumber

      public String[] getPhoneNumber()
    • setUser

      public void setUser(BroadWorksUser user)
    • getBroadWorksUser

      public BroadWorksUser getBroadWorksUser()
    • setListId

      public void setListId(Integer listId)
    • getListId

      public Integer getListId()
    • transform

      public void transform()
      Description copied from class: Response
      Transforms the Response from XML Content to a populated POJO
      Specified by:
      transform in class Response
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object