java.lang.Object
com.broadleafcommerce.orderoperation.service.messaging.ordercreated.OrderLink

public class OrderLink extends Object
The DTO object contains the information that can be used to execute the request to get the additional data for the Order.
Author:
Dima Myroniuk (dmyroniuk)
  • Constructor Details

    • OrderLink

      public OrderLink()
  • Method Details

    • getMethod

      public String getMethod()
      The HTTP method type.
    • getHref

      public String getHref()
      The URL to read the data from.
    • getDescription

      public String getDescription()
      The description for this link.
    • setMethod

      public void setMethod(String method)
      The HTTP method type.
    • setHref

      public void setHref(String href)
      The URL to read the data from.
    • setDescription

      public void setDescription(String description)
      The description for this link.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object