Interface AdditionalDataHolder
public interface AdditionalDataHolder
Defines a contract for models that can hold additional data besides the described properties.
-
Method Summary
Modifier and TypeMethodDescriptionGets the additional data for this object that did not belong to the properties.
-
Method Details
-
getAdditionalData
Gets the additional data for this object that did not belong to the properties.- Returns:
- The additional data for this object.
-