Class BWSystem.SystemDnGetUtilizationResponse

All Implemented Interfaces:
Serializable
Enclosing class:
BWSystem

public static class BWSystem.SystemDnGetUtilizationResponse extends Response
Response to SystemDnGetUtilizationRequest14sp3. The isActivated element is only included when the DN is assigned to a user.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • serviceProviderId

      protected String serviceProviderId
    • groupId

      protected String groupId
    • userId

      protected String userId
    • userType

      protected UserType userType
    • isGroupCallingLineId

      protected Boolean isGroupCallingLineId
    • isActivated

      protected Boolean isActivated
    • phoneNumber

      protected String phoneNumber
  • Constructor Details

    • SystemDnGetUtilizationResponse

      public SystemDnGetUtilizationResponse()
  • Method Details

    • setServiceProviderId

      public void setServiceProviderId(String serviceProviderId)
    • getServiceProviderId

      public String getServiceProviderId()
    • setGroupId

      public void setGroupId(String groupId)
    • getGroupId

      public String getGroupId()
    • setUserId

      public void setUserId(String userId)
    • getUserId

      public String getUserId()
    • setUserType

      public void setUserType(UserType userType)
    • getUserType

      public UserType getUserType()
    • setIsGroupCallingLineId

      public void setIsGroupCallingLineId(Boolean isGroupCallingLineId)
    • getIsGroupCallingLineId

      public Boolean getIsGroupCallingLineId()
    • setIsActivated

      public void setIsActivated(Boolean isActivated)
    • getIsActivated

      public Boolean getIsActivated()
    • setPhoneNumber

      public void setPhoneNumber(String phoneNumber)
    • getPhoneNumber

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