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