Class Group.GroupAnnouncementRepositoryGetSettingsResponse

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

public static class Group.GroupAnnouncementRepositoryGetSettingsResponse extends Response
Response to GroupAnnouncementFileGetSettingsRequest. The response contains the current total file size (KB) for the group across all media types and the maximum total file size (MB) allowed for the group. It also indicates the maximum file size for individual audio and video files.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • totalFileSize

      protected Integer totalFileSize
    • maxAudioFileSize

      protected Integer maxAudioFileSize
    • maxVideoFileSize

      protected Integer maxVideoFileSize
    • maxFileSize

      protected Integer maxFileSize
    • group

      protected transient Group group
  • Constructor Details

    • GroupAnnouncementRepositoryGetSettingsResponse

      public GroupAnnouncementRepositoryGetSettingsResponse()
  • Method Details

    • setTotalFileSize

      public void setTotalFileSize(Integer totalFileSize)
    • getTotalFileSize

      public Integer getTotalFileSize()
    • setMaxAudioFileSize

      public void setMaxAudioFileSize(Integer maxAudioFileSize)
    • getMaxAudioFileSize

      public Integer getMaxAudioFileSize()
    • setMaxVideoFileSize

      public void setMaxVideoFileSize(Integer maxVideoFileSize)
    • getMaxVideoFileSize

      public Integer getMaxVideoFileSize()
    • setMaxFileSize

      public void setMaxFileSize(Integer maxFileSize)
    • getMaxFileSize

      public Integer getMaxFileSize()
    • setGroup

      public void setGroup(Group group)
    • getGroup

      public Group getGroup()
    • 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