public class CategoryData
extends Object
Optional category data that will be saved to the System_activity#category/category_details fields.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CategoryData
public CategoryData(@Nullable
@Nullable String category,
@Nullable
@Nullable String categoryDetails)
-
Method Details
-
getCategory
@Nullable
public @Nullable String getCategory()
-
getCategoryDetails
@Nullable
public @Nullable String getCategoryDetails()