/* Options: Date: 2025-09-14 06:25:35 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.trackunit.com/public //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: GetReportUnitHistory.* //ExcludeTypes: //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,java.io.InputStream,net.servicestack.client.* */ import java.math.*; import java.util.*; import java.io.InputStream; import net.servicestack.client.*; public class dtos { @Route(Path="/report/unithistory", Verbs="GET POST") @DataContract public static class GetReportUnitHistory implements IReturn { @DataMember public String unitId = null; @DataMember public Date from = null; @DataMember public Date to = null; public String getUnitId() { return unitId; } public GetReportUnitHistory setUnitId(String value) { this.unitId = value; return this; } public Date getFrom() { return from; } public GetReportUnitHistory setFrom(Date value) { this.from = value; return this; } public Date getTo() { return to; } public GetReportUnitHistory setTo(Date value) { this.to = value; return this; } private static Object responseType = GetReportUnitHistoryResponse.class; public Object getResponseType() { return responseType; } } @DataContract public static class GetReportUnitHistoryResponse { @DataMember public ArrayList list = null; @DataMember public ResponseStatus responseStatus = null; public ArrayList getList() { return list; } public GetReportUnitHistoryResponse setList(ArrayList value) { this.list = value; return this; } public ResponseStatus getResponseStatus() { return responseStatus; } public GetReportUnitHistoryResponse setResponseStatus(ResponseStatus value) { this.responseStatus = value; return this; } } @DataContract public static class Location { @DataMember public Double latitude = null; @DataMember public Double longitude = null; public Double getLatitude() { return latitude; } public Location setLatitude(Double value) { this.latitude = value; return this; } public Double getLongitude() { return longitude; } public Location setLongitude(Double value) { this.longitude = value; return this; } } @DataContract public static class Address { @DataMember public String country = null; @DataMember public String zipCode = null; @DataMember public String city = null; @DataMember public String streetAddress = null; public String getCountry() { return country; } public Address setCountry(String value) { this.country = value; return this; } public String getZipCode() { return zipCode; } public Address setZipCode(String value) { this.zipCode = value; return this; } public String getCity() { return city; } public Address setCity(String value) { this.city = value; return this; } public String getStreetAddress() { return streetAddress; } public Address setStreetAddress(String value) { this.streetAddress = value; return this; } } @DataContract public static class UnitHistory { @DataMember public Date time = null; @DataMember public Integer event = null; @DataMember public String keyId = null; @DataMember public Location location = null; @DataMember public Address address = null; @DataMember public Integer heading = null; @DataMember public Double speed = null; @DataMember public Double km = null; @DataMember public Double run1 = null; @DataMember public Double run2 = null; @DataMember public Double run3 = null; @DataMember public Double run4 = null; @DataMember public Double runOdo = null; @DataMember public Double temperature1 = null; @DataMember public Double temperature2 = null; @DataMember public Boolean input1 = null; @DataMember public Boolean input2 = null; @DataMember public Boolean input3 = null; @DataMember public Boolean input4 = null; @DataMember public Boolean input5 = null; @DataMember public Boolean input6 = null; @DataMember public Boolean input7 = null; @DataMember public Boolean input8 = null; @DataMember public Boolean input9 = null; @DataMember public Boolean input10 = null; @DataMember public Boolean output1 = null; @DataMember public Boolean output2 = null; @DataMember public Boolean output3 = null; @DataMember public Boolean output4 = null; @DataMember public Boolean output5 = null; @DataMember public Double analogInput1 = null; @DataMember public Double analogInput2 = null; @DataMember public Double analogInput4 = null; @DataMember public Integer input1ChangeCounter = null; @DataMember public Integer input2ChangeCounter = null; @DataMember public Integer input3ChangeCounter = null; @DataMember public Integer input4ChangeCounter = null; @DataMember public Double batteryLevel = null; @DataMember public Double externalPower = null; public Date getTime() { return time; } public UnitHistory setTime(Date value) { this.time = value; return this; } public Integer getEvent() { return event; } public UnitHistory setEvent(Integer value) { this.event = value; return this; } public String getKeyId() { return keyId; } public UnitHistory setKeyId(String value) { this.keyId = value; return this; } public Location getLocation() { return location; } public UnitHistory setLocation(Location value) { this.location = value; return this; } public Address getAddress() { return address; } public UnitHistory setAddress(Address value) { this.address = value; return this; } public Integer getHeading() { return heading; } public UnitHistory setHeading(Integer value) { this.heading = value; return this; } public Double getSpeed() { return speed; } public UnitHistory setSpeed(Double value) { this.speed = value; return this; } public Double getKm() { return km; } public UnitHistory setKm(Double value) { this.km = value; return this; } public Double getRun1() { return run1; } public UnitHistory setRun1(Double value) { this.run1 = value; return this; } public Double getRun2() { return run2; } public UnitHistory setRun2(Double value) { this.run2 = value; return this; } public Double getRun3() { return run3; } public UnitHistory setRun3(Double value) { this.run3 = value; return this; } public Double getRun4() { return run4; } public UnitHistory setRun4(Double value) { this.run4 = value; return this; } public Double getRunOdo() { return runOdo; } public UnitHistory setRunOdo(Double value) { this.runOdo = value; return this; } public Double getTemperature1() { return temperature1; } public UnitHistory setTemperature1(Double value) { this.temperature1 = value; return this; } public Double getTemperature2() { return temperature2; } public UnitHistory setTemperature2(Double value) { this.temperature2 = value; return this; } public Boolean isInput1() { return input1; } public UnitHistory setInput1(Boolean value) { this.input1 = value; return this; } public Boolean isInput2() { return input2; } public UnitHistory setInput2(Boolean value) { this.input2 = value; return this; } public Boolean isInput3() { return input3; } public UnitHistory setInput3(Boolean value) { this.input3 = value; return this; } public Boolean isInput4() { return input4; } public UnitHistory setInput4(Boolean value) { this.input4 = value; return this; } public Boolean isInput5() { return input5; } public UnitHistory setInput5(Boolean value) { this.input5 = value; return this; } public Boolean isInput6() { return input6; } public UnitHistory setInput6(Boolean value) { this.input6 = value; return this; } public Boolean isInput7() { return input7; } public UnitHistory setInput7(Boolean value) { this.input7 = value; return this; } public Boolean isInput8() { return input8; } public UnitHistory setInput8(Boolean value) { this.input8 = value; return this; } public Boolean isInput9() { return input9; } public UnitHistory setInput9(Boolean value) { this.input9 = value; return this; } public Boolean isInput10() { return input10; } public UnitHistory setInput10(Boolean value) { this.input10 = value; return this; } public Boolean isOutput1() { return output1; } public UnitHistory setOutput1(Boolean value) { this.output1 = value; return this; } public Boolean isOutput2() { return output2; } public UnitHistory setOutput2(Boolean value) { this.output2 = value; return this; } public Boolean isOutput3() { return output3; } public UnitHistory setOutput3(Boolean value) { this.output3 = value; return this; } public Boolean isOutput4() { return output4; } public UnitHistory setOutput4(Boolean value) { this.output4 = value; return this; } public Boolean isOutput5() { return output5; } public UnitHistory setOutput5(Boolean value) { this.output5 = value; return this; } public Double getAnalogInput1() { return analogInput1; } public UnitHistory setAnalogInput1(Double value) { this.analogInput1 = value; return this; } public Double getAnalogInput2() { return analogInput2; } public UnitHistory setAnalogInput2(Double value) { this.analogInput2 = value; return this; } public Double getAnalogInput4() { return analogInput4; } public UnitHistory setAnalogInput4(Double value) { this.analogInput4 = value; return this; } public Integer getInput1ChangeCounter() { return input1ChangeCounter; } public UnitHistory setInput1ChangeCounter(Integer value) { this.input1ChangeCounter = value; return this; } public Integer getInput2ChangeCounter() { return input2ChangeCounter; } public UnitHistory setInput2ChangeCounter(Integer value) { this.input2ChangeCounter = value; return this; } public Integer getInput3ChangeCounter() { return input3ChangeCounter; } public UnitHistory setInput3ChangeCounter(Integer value) { this.input3ChangeCounter = value; return this; } public Integer getInput4ChangeCounter() { return input4ChangeCounter; } public UnitHistory setInput4ChangeCounter(Integer value) { this.input4ChangeCounter = value; return this; } public Double getBatteryLevel() { return batteryLevel; } public UnitHistory setBatteryLevel(Double value) { this.batteryLevel = value; return this; } public Double getExternalPower() { return externalPower; } public UnitHistory setExternalPower(Double value) { this.externalPower = value; return this; } } }