public class GetServiceCategoriesResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<Category> |
_return |
| Constructor and Description |
|---|
GetServiceCategoriesResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Category> |
getReturn() |
void |
setReturn(java.util.Set<Category> _return) |
private java.util.Set<Category> _return