Class FlexibleSeatingHost.GroupFlexibleSeatingHostRoutingPoliciesGetResponse

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

public static class FlexibleSeatingHost.GroupFlexibleSeatingHostRoutingPoliciesGetResponse extends Response
Response to the GroupFlexibleSeatingHostRoutingPoliciesGetRequest.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • allowEmergencyCalls

      protected Boolean allowEmergencyCalls
    • allowCallsToVoicePortal

      protected Boolean allowCallsToVoicePortal
    • user

      protected transient FlexibleSeatingHost user
  • Constructor Details

    • GroupFlexibleSeatingHostRoutingPoliciesGetResponse

      public GroupFlexibleSeatingHostRoutingPoliciesGetResponse()
  • Method Details

    • setAllowEmergencyCalls

      public void setAllowEmergencyCalls(Boolean allowEmergencyCalls)
    • getAllowEmergencyCalls

      public Boolean getAllowEmergencyCalls()
    • setAllowCallsToVoicePortal

      public void setAllowCallsToVoicePortal(Boolean allowCallsToVoicePortal)
    • getAllowCallsToVoicePortal

      public Boolean getAllowCallsToVoicePortal()
    • setUser

      public void setUser(FlexibleSeatingHost user)
    • getFlexibleSeatingHost

      public FlexibleSeatingHost getFlexibleSeatingHost()
    • 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