Class UserVoiceMessaging.UserVoiceMessagingUserGetDistributionListResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    UserVoiceMessaging

    public static class UserVoiceMessaging.UserVoiceMessagingUserGetDistributionListResponse
    extends Response
    Response to UserVoiceMessagingUserGetDistributionListRequest.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Constructor Detail

      • UserVoiceMessagingUserGetDistributionListResponse

        public UserVoiceMessagingUserGetDistributionListResponse()
    • Method Detail

      • setDescription

        public void setDescription​(String description)
      • getDescription

        public String getDescription()
      • setPhoneNumber

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

        public String[] getPhoneNumber()
      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object