Class GroupPaging.GroupGroupPagingGetInstanceResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.GroupPaging.GroupGroupPagingGetInstanceResponse
All Implemented Interfaces:
Serializable
Enclosing class:
GroupPaging

public static class GroupPaging.GroupGroupPagingGetInstanceResponse extends Response
Response to GroupGroupPagingGetInstanceRequest19sp1. Contains the service profile information.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • serviceInstanceProfile

      protected ServiceInstanceReadProfile19sp1 serviceInstanceProfile
    • confirmationToneTimeoutSeconds

      protected Integer confirmationToneTimeoutSeconds
    • deliverOriginatorCLIDInstead

      protected Boolean deliverOriginatorCLIDInstead
    • originatorCLIDPrefix

      protected String originatorCLIDPrefix
    • networkClassOfService

      protected String networkClassOfService
    • user

      protected transient GroupPaging user
  • Constructor Details

    • GroupGroupPagingGetInstanceResponse

      public GroupGroupPagingGetInstanceResponse()
  • Method Details

    • setServiceInstanceProfile

      public void setServiceInstanceProfile(ServiceInstanceReadProfile19sp1 serviceInstanceProfile)
    • getServiceInstanceProfile

      public ServiceInstanceReadProfile19sp1 getServiceInstanceProfile()
    • setConfirmationToneTimeoutSeconds

      public void setConfirmationToneTimeoutSeconds(Integer confirmationToneTimeoutSeconds)
    • getConfirmationToneTimeoutSeconds

      public Integer getConfirmationToneTimeoutSeconds()
    • setDeliverOriginatorCLIDInstead

      public void setDeliverOriginatorCLIDInstead(Boolean deliverOriginatorCLIDInstead)
    • getDeliverOriginatorCLIDInstead

      public Boolean getDeliverOriginatorCLIDInstead()
    • setOriginatorCLIDPrefix

      public void setOriginatorCLIDPrefix(String originatorCLIDPrefix)
    • getOriginatorCLIDPrefix

      public String getOriginatorCLIDPrefix()
    • setNetworkClassOfService

      public void setNetworkClassOfService(String networkClassOfService)
    • getNetworkClassOfService

      public String getNetworkClassOfService()
    • setUser

      public void setUser(GroupPaging user)
    • getGroupPaging

      public GroupPaging getGroupPaging()
    • 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