All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.eurodyn.qlack.fuse.cm.dto.NodeAttributeDTO Maven / Gradle / Ivy

There is a newer version: 3.6.8
Show newest version
package com.eurodyn.qlack.fuse.cm.dto;

import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;

/**
 * @author European Dynamics
 */

@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public class NodeAttributeDTO {

  private String nodeId;
  private String name;
  private String value;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy