Class User.UserAnnouncementRepositoryGetSettingsResponse

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

public static class User.UserAnnouncementRepositoryGetSettingsResponse extends Response
Response to UserAnnouncementRepositoryGetSettingsRequest. The response contains the current total file size (KB) for the user across all media types and the maximum total file size (MB) allowed for the user. 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
    • user

      protected transient BroadWorksUser user
  • Constructor Details

    • UserAnnouncementRepositoryGetSettingsResponse

      public UserAnnouncementRepositoryGetSettingsResponse()
  • 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()
    • setUser

      public void setUser(BroadWorksUser user)
    • getBroadWorksUser

      public BroadWorksUser getBroadWorksUser()
    • 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