Package com.aerisweather.aeris.model
Class InteractivePermission
- java.lang.Object
-
- com.aerisweather.aeris.model.InteractivePermission
-
public class InteractivePermission extends Object
Permissions relating to the interactive maps.
-
-
Field Summary
Fields Modifier and Type Field Description booleanadvisoriesWhether or not the client has permission to use advisoriesbooleanallowWhether or not the client has permission for interactive maps.booleancurrentsWhether or not the client has permission to use currentsbooleannexradWhether or not the client has permission to use nexradbooleanradarWhether or not the client has permission to use radarbooleansatelliteWhether or not the client has permission to use satellites
-
Constructor Summary
Constructors Constructor Description InteractivePermission()
-
-
-
Field Detail
-
allow
public boolean allow
Whether or not the client has permission for interactive maps.
-
advisories
public boolean advisories
Whether or not the client has permission to use advisories
-
currents
public boolean currents
Whether or not the client has permission to use currents
-
nexrad
public boolean nexrad
Whether or not the client has permission to use nexrad
-
radar
public boolean radar
Whether or not the client has permission to use radar
-
satellite
public boolean satellite
Whether or not the client has permission to use satellites
-
-