Class BWSystem.SystemAdminGetResponse

All Implemented Interfaces:
Serializable
Enclosing class:
BWSystem

public static class BWSystem.SystemAdminGetResponse extends Response
Response to the SystemAdminGetRequest22. The response contains the system or provisioning administrators profile information. The following elements are only used in AS data mode and ignored in XS data mode. accountDisabled lastAuthenticatedDate
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
    • accountDisabled

      protected Boolean accountDisabled
    • lastAuthenticatedDate

      protected OffsetDateTime lastAuthenticatedDate
    • 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()
    • setAccountDisabled

      public void setAccountDisabled(Boolean accountDisabled)
    • getAccountDisabled

      public Boolean getAccountDisabled()
    • setLastAuthenticatedDate

      public void setLastAuthenticatedDate(OffsetDateTime lastAuthenticatedDate)
    • getLastAuthenticatedDate

      public OffsetDateTime getLastAuthenticatedDate()
    • 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