public class Context extends Object implements Serializable
| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
getCategory() |
String |
getId() |
String |
getLabel() |
String |
getType() |
static Context |
newInstance(String id,
String label,
String type,
List<Category> category) |
void |
setCategory(List<Category> category) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setType(String type) |
public static Context newInstance(String id, String label, String type, List<Category> category)
public String getId()
public void setId(String id)
public String getLabel()
public void setLabel(String label)
public String getType()
public void setType(String type)
Copyright © 2025. All rights reserved.