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 © 2016. All rights reserved.