Class BWSystem.SystemDeviceFamilyExportResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    BWSystem

    public static class BWSystem.SystemDeviceFamilyExportResponse
    extends Response
    Response to SystemDeviceFamilyExportRequest.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • deviceFamilyName

        protected String deviceFamilyName
    • Constructor Detail

      • SystemDeviceFamilyExportResponse

        public SystemDeviceFamilyExportResponse()
    • Method Detail

      • setFile

        public void setFile​(String file)
      • getFile

        public String getFile()
      • setDeviceFamilyName

        public void setDeviceFamilyName​(String deviceFamilyName)
      • getDeviceFamilyName

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