package biz.nellemann.hmci.pcm import groovy.transform.ToString @ToString class GenericAdapter { String id String type String physicalLocation List receivedPackets List sentPackets List droppedPackets List sentBytes List receivedBytes List transferredBytes }