public class ProfessionClass extends Object
| Modifier and Type | Field and Description |
|---|---|
List<ProfessionGroup> |
Groups
Array of objects representing groups of professions.
|
String |
Id
Id of the related profession.
|
String |
Name
Name of the related profession.
|
int |
Percent
Percent of overall document that relates to this profession.
|
| Constructor and Description |
|---|
ProfessionClass() |
public String Name
public String Id
public int Percent
public List<ProfessionGroup> Groups
Copyright © 2024. All rights reserved.