class Device {

    String domainKey;
    String id;
    String name;
    String description;
    String modelId;
    String version;
    String password;
    Date registeredStamp;
    String assetId;
    Date reportedStamp;
    String reportedIp;
    Integer reportedPort;
    String nodeId;
    UUID nodeUid;
    String channel;
 
}