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

12 lines
139 B
Groovy
Raw Normal View History

2020-08-18 11:49:48 +00:00
package biz.nellemann.hmci.pcm
import groovy.transform.ToString
@ToString
class SampleInfo {
String timeStamp
Integer status
}