Class OrderLink
java.lang.Object
com.broadleafcommerce.orderoperation.service.messaging.ordercreated.OrderLink
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The description for this link.getHref()
The URL to read the data from.The HTTP method type.int
hashCode()
void
setDescription
(String description) The description for this link.void
The URL to read the data from.void
The HTTP method type.toString()
-
Constructor Details
-
OrderLink
public OrderLink()
-
-
Method Details
-
getMethod
The HTTP method type. -
getHref
The URL to read the data from. -
getDescription
The description for this link. -
setMethod
The HTTP method type. -
setHref
The URL to read the data from. -
setDescription
The description for this link. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-