Class MeetMeConferencingBridge.SystemMeetMeConferencingGetResponse

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

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

    • conferenceIdLength

      protected Integer conferenceIdLength
    • moderatorPinLength

      protected Integer moderatorPinLength
    • enableConferenceEndDateRestriction

      protected Boolean enableConferenceEndDateRestriction
    • conferenceEndDateRestrictionMonths

      protected Integer conferenceEndDateRestrictionMonths
    • deleteExpiredConferencesAfterHoldPeriod

      protected Boolean deleteExpiredConferencesAfterHoldPeriod
    • expiredConferenceHoldPeriodDays

      protected MeetMeConferencingExpiredConferenceHoldPeriodDays expiredConferenceHoldPeriodDays
    • recordingWebAppURL

      protected String recordingWebAppURL
    • recordingFileFormat

      protected MeetMeConferencingRecordingFileFormat recordingFileFormat
    • terminateAfterGracePeriod

      protected Boolean terminateAfterGracePeriod
    • conferenceGracePeriodMinutes

      protected MeetMeConferencingConferenceDuration conferenceGracePeriodMinutes
    • conferenceParticipantEarlyEntryMinutes

      protected Integer conferenceParticipantEarlyEntryMinutes
    • enableConferenceExpiryNotification

      protected Boolean enableConferenceExpiryNotification
    • enableActiveConferenceNotification

      protected Boolean enableActiveConferenceNotification
    • conferenceFromAddress

      protected String conferenceFromAddress
    • conferenceActiveTalkerRefreshIntervalSeconds

      protected Integer conferenceActiveTalkerRefreshIntervalSeconds
  • Constructor Details

    • SystemMeetMeConferencingGetResponse

      public SystemMeetMeConferencingGetResponse()
  • Method Details

    • setConferenceIdLength

      public void setConferenceIdLength(Integer conferenceIdLength)
    • getConferenceIdLength

      public Integer getConferenceIdLength()
    • setModeratorPinLength

      public void setModeratorPinLength(Integer moderatorPinLength)
    • getModeratorPinLength

      public Integer getModeratorPinLength()
    • setEnableConferenceEndDateRestriction

      public void setEnableConferenceEndDateRestriction(Boolean enableConferenceEndDateRestriction)
    • getEnableConferenceEndDateRestriction

      public Boolean getEnableConferenceEndDateRestriction()
    • setConferenceEndDateRestrictionMonths

      public void setConferenceEndDateRestrictionMonths(Integer conferenceEndDateRestrictionMonths)
    • getConferenceEndDateRestrictionMonths

      public Integer getConferenceEndDateRestrictionMonths()
    • setDeleteExpiredConferencesAfterHoldPeriod

      public void setDeleteExpiredConferencesAfterHoldPeriod(Boolean deleteExpiredConferencesAfterHoldPeriod)
    • getDeleteExpiredConferencesAfterHoldPeriod

      public Boolean getDeleteExpiredConferencesAfterHoldPeriod()
    • setExpiredConferenceHoldPeriodDays

      public void setExpiredConferenceHoldPeriodDays(MeetMeConferencingExpiredConferenceHoldPeriodDays expiredConferenceHoldPeriodDays)
    • getExpiredConferenceHoldPeriodDays

      public MeetMeConferencingExpiredConferenceHoldPeriodDays getExpiredConferenceHoldPeriodDays()
    • setRecordingWebAppURL

      public void setRecordingWebAppURL(String recordingWebAppURL)
    • getRecordingWebAppURL

      public String getRecordingWebAppURL()
    • setRecordingFileFormat

      public void setRecordingFileFormat(MeetMeConferencingRecordingFileFormat recordingFileFormat)
    • getRecordingFileFormat

      public MeetMeConferencingRecordingFileFormat getRecordingFileFormat()
    • setTerminateAfterGracePeriod

      public void setTerminateAfterGracePeriod(Boolean terminateAfterGracePeriod)
    • getTerminateAfterGracePeriod

      public Boolean getTerminateAfterGracePeriod()
    • setConferenceGracePeriodMinutes

      public void setConferenceGracePeriodMinutes(MeetMeConferencingConferenceDuration conferenceGracePeriodMinutes)
    • getConferenceGracePeriodMinutes

      public MeetMeConferencingConferenceDuration getConferenceGracePeriodMinutes()
    • setConferenceParticipantEarlyEntryMinutes

      public void setConferenceParticipantEarlyEntryMinutes(Integer conferenceParticipantEarlyEntryMinutes)
    • getConferenceParticipantEarlyEntryMinutes

      public Integer getConferenceParticipantEarlyEntryMinutes()
    • setEnableConferenceExpiryNotification

      public void setEnableConferenceExpiryNotification(Boolean enableConferenceExpiryNotification)
    • getEnableConferenceExpiryNotification

      public Boolean getEnableConferenceExpiryNotification()
    • setEnableActiveConferenceNotification

      public void setEnableActiveConferenceNotification(Boolean enableActiveConferenceNotification)
    • getEnableActiveConferenceNotification

      public Boolean getEnableActiveConferenceNotification()
    • setConferenceFromAddress

      public void setConferenceFromAddress(String conferenceFromAddress)
    • getConferenceFromAddress

      public String getConferenceFromAddress()
    • setConferenceActiveTalkerRefreshIntervalSeconds

      public void setConferenceActiveTalkerRefreshIntervalSeconds(Integer conferenceActiveTalkerRefreshIntervalSeconds)
    • getConferenceActiveTalkerRefreshIntervalSeconds

      public Integer getConferenceActiveTalkerRefreshIntervalSeconds()
    • 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