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 boolean
advisories
Whether or not the client has permission to use advisoriesboolean
allow
Whether or not the client has permission for interactive maps.boolean
currents
Whether or not the client has permission to use currentsboolean
nexrad
Whether or not the client has permission to use nexradboolean
radar
Whether or not the client has permission to use radarboolean
satellite
Whether 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
-
-