Class BWSystem.SystemAdminGetResponse

All Implemented Interfaces:
Serializable
Enclosing class:
BWSystem

public static class BWSystem.SystemAdminGetResponse extends Response
Response to the SystemAdminGetRequest. The response contains the system or provisioning administrators profile information.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • firstName

      protected String firstName
    • lastName

      protected String lastName
    • language

      protected String language
    • adminType

      protected SystemAdminType adminType
    • readOnly

      protected Boolean readOnly
    • user

      protected User user
  • Constructor Details

    • SystemAdminGetResponse

      public SystemAdminGetResponse()
  • Method Details

    • setFirstName

      public void setFirstName(String firstName)
    • getFirstName

      public String getFirstName()
    • setLastName

      public void setLastName(String lastName)
    • getLastName

      public String getLastName()
    • setLanguage

      public void setLanguage(String language)
    • getLanguage

      public String getLanguage()
    • setAdminType

      public void setAdminType(SystemAdminType adminType)
    • getAdminType

      public SystemAdminType getAdminType()
    • setReadOnly

      public void setReadOnly(Boolean readOnly)
    • getReadOnly

      public Boolean getReadOnly()
    • setUser

      public void setUser(User user)
    • getUser

      public User getUser()
    • 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