Class MeetMeConferencingBridge.ResellerMeetMeConferencingGetResponse

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

public static class MeetMeConferencingBridge.ResellerMeetMeConferencingGetResponse extends Response
Response to ResellerMeetMeConferencingGetRequest22.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • conferenceFromAddress

      protected String conferenceFromAddress
    • maxAllocatedPorts

      protected Integer maxAllocatedPorts
    • disableUnlimitedMeetMePorts

      protected Boolean disableUnlimitedMeetMePorts
    • enableMaxAllocatedPorts

      protected Boolean enableMaxAllocatedPorts
    • resellerId

      protected String resellerId
  • Constructor Details

    • ResellerMeetMeConferencingGetResponse

      public ResellerMeetMeConferencingGetResponse()
  • Method Details

    • setConferenceFromAddress

      public void setConferenceFromAddress(String conferenceFromAddress)
    • getConferenceFromAddress

      public String getConferenceFromAddress()
    • setMaxAllocatedPorts

      public void setMaxAllocatedPorts(Integer maxAllocatedPorts)
    • getMaxAllocatedPorts

      public Integer getMaxAllocatedPorts()
    • setDisableUnlimitedMeetMePorts

      public void setDisableUnlimitedMeetMePorts(Boolean disableUnlimitedMeetMePorts)
    • getDisableUnlimitedMeetMePorts

      public Boolean getDisableUnlimitedMeetMePorts()
    • setEnableMaxAllocatedPorts

      public void setEnableMaxAllocatedPorts(Boolean enableMaxAllocatedPorts)
    • getEnableMaxAllocatedPorts

      public Boolean getEnableMaxAllocatedPorts()
    • setResellerId

      public void setResellerId(String resellerId)
    • getResellerId

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