@NonNullByDefault
public class FirmwareDTO
extends Object
This is a data transfer object that is used to serialize firmware information.
- Author:
- Aoun Bukhari - Initial contribution, Dimitar Ivanov - enriched with thing type UID
-
Field Summary 
Fields
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details 
-
Constructor Details 
-
FirmwareDTO 
public FirmwareDTO(String thingTypeUID,
@Nullable String vendor,
@Nullable String model,
boolean modelRestricted,
@Nullable String description,
String version,
@Nullable String prerequisiteVersion,
@Nullable String changelog)