| | |
| | | private String n; |
| | | private String v; |
| | | private Long workstationId; |
| | | |
| | | private String device; |
| | | |
| | | public static class WorkstationCollectDataBuilder { |
| | | public String getDevice() { |
| | | return device; |
| | | } |
| | | |
| | | public void setDevice(String device) { |
| | | this.device = device; |
| | | } |
| | | |
| | | public static class WorkstationCollectDataBuilder { |
| | | private Long ts; |
| | | private String n; |
| | | private String v; |
| | |
| | | } |
| | | |
| | | public String toString() { |
| | | return "WorkstationCollectData.WorkstationCollectDataBuilder(ts=" + this.ts + ", n=" + this.n + ", v=" + this.v + ", workstationId=" + this.workstationId + ")"; |
| | | return "WorkstationCollectData.WorkstationCollectDataBuilder(tsd=" + this.ts + ", n=" + this.n + ", v=" + this.v + ", workstationId=" + this.workstationId + ")"; |
| | | } |
| | | } |
| | | |