Class BWSystem.SystemMediaGroupGetListResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    BWSystem

    public static class BWSystem.SystemMediaGroupGetListResponse
    extends Response
    Response to SystemMediaGroupGetListRequest. The response includes an array of media groups defined in the system.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • name

        protected String[] name
    • Constructor Detail

      • SystemMediaGroupGetListResponse

        public SystemMediaGroupGetListResponse()
    • Method Detail

      • setName

        public void setName​(String... name)
      • getName

        public String[] getName()
      • 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