Class DefaultDestinationRestTemplateId
- java.lang.Object
-
- de.hybris.platform.outboundservices.cache.impl.DefaultDestinationRestTemplateId
-
- All Implemented Interfaces:
DestinationRestTemplateId
- Direct Known Subclasses:
DestinationOauthRestTemplateId
public class DefaultDestinationRestTemplateId extends java.lang.Object implements DestinationRestTemplateId
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDefaultDestinationRestTemplateId(ConsumedDestinationModel destination)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static DefaultDestinationRestTemplateIdfrom(ConsumedDestinationModel destination)ConsumedDestinationModelgetDestination()java.lang.Class<? extends org.springframework.web.client.RestTemplate>getRestTemplateType()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
DefaultDestinationRestTemplateId
protected DefaultDestinationRestTemplateId(ConsumedDestinationModel destination)
-
-
Method Detail
-
from
public static DefaultDestinationRestTemplateId from(ConsumedDestinationModel destination)
-
getDestination
public ConsumedDestinationModel getDestination()
- Specified by:
getDestinationin interfaceDestinationRestTemplateId
-
getRestTemplateType
public java.lang.Class<? extends org.springframework.web.client.RestTemplate> getRestTemplateType()
- Specified by:
getRestTemplateTypein interfaceDestinationRestTemplateId
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-