Interface PurgeIndicatorStorageResult
-
public interface PurgeIndicatorStorageResultRepresents the result of a service execution.- Since:
- 2.7.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PurgeIndicatorStorageResultItem>getResults()Returns the list result.PurgeIndicatorStorageEnumgetStorage()Returns the storage.
-
-
-
Method Detail
-
getStorage
PurgeIndicatorStorageEnum getStorage()
Returns the storage.
-
getResults
java.util.List<PurgeIndicatorStorageResultItem> getResults()
Returns the list result.
-
-