Class PersonalAssistant.SystemPersonalAssistantGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    PersonalAssistant

    public static class PersonalAssistant.SystemPersonalAssistantGetResponse
    extends Response
    Response to the SystemPersonalAssistantGetRequest. Returns system Personal Assistant Parameters.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • transferToAttendantKey

        protected String transferToAttendantKey
      • transferToVoiceMessagingKey

        protected String transferToVoiceMessagingKey
    • Constructor Detail

      • SystemPersonalAssistantGetResponse

        public SystemPersonalAssistantGetResponse()
    • Method Detail

      • setTransferToAttendantKey

        public void setTransferToAttendantKey​(String transferToAttendantKey)
      • getTransferToAttendantKey

        public String getTransferToAttendantKey()
      • setTransferToVoiceMessagingKey

        public void setTransferToVoiceMessagingKey​(String transferToVoiceMessagingKey)
      • getTransferToVoiceMessagingKey

        public String getTransferToVoiceMessagingKey()
      • 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