Class StatisticsPayload
java.lang.Object
de.hybris.platform.masterserver.impl.StatisticsPayload
Keeps payload which is send to MasterServer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()Returns data itself.Returns URL to which upper layer will send data.Returns password for data if encrypted.
-
Constructor Details
-
StatisticsPayload
-
-
Method Details
-
getPassword
Returns password for data if encrypted. -
getHomeURL
Returns URL to which upper layer will send data. -
getData
Returns data itself.
-