public class Officer extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
assignedBy
Name of the nation by which this officer position was assigned.
|
long |
assignedOn
UNIX timestamp of when this officer position was assigned.
|
List<Authority> |
authorities
The authorities granted to this officer.
|
String |
nationName
Name of the nation that is fulfilling this officer position.
|
String |
officeName
Name of the officer position.
|
int |
order
Order of this officer position in the regional factbook.
|
| Constructor and Description |
|---|
Officer() |
public String nationName
public String officeName
public long assignedOn
public String assignedBy
public int order
Copyright © 2017. All rights reserved.