java.lang.Object
de.hybris.platform.billmanagementtmfwebservices.v1.dto.EventSubscription

@Deprecated(since="2208") public class EventSubscription extends Object
Deprecated.
Sets the communication endpoint address the service instance must use to deliver notification information
  • Constructor Details

    • EventSubscription

      public EventSubscription()
      Deprecated.
  • Method Details

    • id

      public EventSubscription id(String id)
      Deprecated.
    • getId

      @NotNull public @NotNull String getId()
      Deprecated.
      Id of the listener
      Returns:
      id
    • setId

      public void setId(String id)
      Deprecated.
    • callback

      public EventSubscription callback(String callback)
      Deprecated.
    • getCallback

      @NotNull public @NotNull String getCallback()
      Deprecated.
      The callback being registered.
      Returns:
      callback
    • setCallback

      public void setCallback(String callback)
      Deprecated.
    • query

      public EventSubscription query(String query)
      Deprecated.
    • getQuery

      public String getQuery()
      Deprecated.
      additional data to be passed
      Returns:
      query
    • setQuery

      public void setQuery(String query)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object