public class SkillScore extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
Description
The description of the skill in the Skills Taxonomy.
|
String |
Id
The ID of the skill in the skills taxonomy.
|
float |
Score
A value from [0 - 1] indicating how relative this skill is to all of the given professions.
|
| Constructor and Description |
|---|
SkillScore() |
SkillScore(String id) |
public float Score
public String Id
public String Description
public SkillScore()
public SkillScore(String id)
Copyright © 2024. All rights reserved.