public class CensusScore extends Object
| Modifier and Type | Field and Description |
|---|---|
List<CensusScoreHistory> |
history
The history of this census score.
|
int |
id
The id of the scale.
|
int |
regionalRank
The nation's regional rank on the scale.
|
int |
regionalRankPercentage
The nation's regional rank on the scale, as a percentage.
|
String |
score
The nation's individual score, or the region's or world's average score.
|
int |
worldRank
The nation's or region's world-wide rank on the scale.
|
int |
worldRankPercentage
The nation's or region's world-wide rank on the scale, as a percentage.
|
| Constructor and Description |
|---|
CensusScore() |
public int id
public String score
public int worldRank
public int regionalRank
public int worldRankPercentage
public int regionalRankPercentage
public List<CensusScoreHistory> history
Copyright © 2017. All rights reserved.