Class ServiceWarning<T>
java.lang.Object
de.hybris.platform.apiregistryservices.services.ServiceWarning<T>
Class encapsulating information of a service processing warning
-
Constructor Summary
ConstructorsConstructorDescriptionServiceWarning(T object, String message) Default constructor of an immutable entity -
Method Summary
Modifier and TypeMethodDescriptionReturns warning messageReturns an instance related to the warning
-
Constructor Details
-
ServiceWarning
Default constructor of an immutable entity- Parameters:
object- related instancemessage- warning message
-
-
Method Details
-
getObject
Returns an instance related to the warning -
getMessage
Returns warning message
-