hmci/src/main/groovy/biz/nellemann/hmci/pcm/GenericVirtualAdapter.groovy

19 lines
323 B
Groovy

package biz.nellemann.hmci.pcm
import groovy.transform.ToString
@ToString
class GenericVirtualAdapter {
String id
String type
Integer viosId
String physicalLocation
BigDecimal numOfReads
BigDecimal numOfWrites
BigDecimal readBytes
BigDecimal writeBytes
BigDecimal transmittedBytes
}