public interface IFirmware
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDescription()
Gets description. 
 | 
DeviceType | 
getDeviceType()
Gets device type 
 | 
java.util.ArrayList<java.lang.String> | 
getDeviceUniqueIdList()
Gets list of unique ids target devices 
 | 
java.util.UUID | 
getId()
Gets id. 
 | 
java.lang.String | 
getName()
Gets name. 
 | 
java.lang.String | 
getUrl()
Gets url with Firmware content to download. 
 | 
java.lang.String | 
getValidVersions()
Gets valid versions. 
 | 
boolean | 
isImportant()
Returns true if the firmware is important. 
 | 
boolean | 
isOptional()
Checks is firmware update not mandatory 
 | 
boolean | 
isScheduled()
Checks is firmware scheduled to update 
 | 
DeviceType getDeviceType()
DeviceType of target devicejava.util.UUID getId()
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getValidVersions()
boolean isImportant()
boolean isScheduled()
boolean isOptional()
java.util.ArrayList<java.lang.String> getDeviceUniqueIdList()
java.lang.String getUrl()