Class BWSystem.SystemVideoServerParametersGetResponse

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

public static class BWSystem.SystemVideoServerParametersGetResponse extends Response
Response to SystemVideoServerParametersGetRequest. Contains a list of system video server parameters.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • videoServerResponseTimerMilliseconds

      protected Integer videoServerResponseTimerMilliseconds
    • videoServerSelectionRouteTimerMilliseconds

      protected Integer videoServerSelectionRouteTimerMilliseconds
    • useStaticVideoServerDevice

      protected Boolean useStaticVideoServerDevice
  • Constructor Details

    • SystemVideoServerParametersGetResponse

      public SystemVideoServerParametersGetResponse()
  • Method Details

    • setVideoServerResponseTimerMilliseconds

      public void setVideoServerResponseTimerMilliseconds(Integer videoServerResponseTimerMilliseconds)
    • getVideoServerResponseTimerMilliseconds

      public Integer getVideoServerResponseTimerMilliseconds()
    • setVideoServerSelectionRouteTimerMilliseconds

      public void setVideoServerSelectionRouteTimerMilliseconds(Integer videoServerSelectionRouteTimerMilliseconds)
    • getVideoServerSelectionRouteTimerMilliseconds

      public Integer getVideoServerSelectionRouteTimerMilliseconds()
    • setUseStaticVideoServerDevice

      public void setUseStaticVideoServerDevice(Boolean useStaticVideoServerDevice)
    • getUseStaticVideoServerDevice

      public Boolean getUseStaticVideoServerDevice()
    • 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