/* Options: Date: 2026-04-05 17:27:08 Version: 8.52 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://monitoring.ox2.com/BazeField.Services/api //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: GetAllocation.* //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="/allocations/{Id}", Verbs="GET") public static class GetAllocation implements IReturn { public Integer id = null; public Integer getId() { return id; } public GetAllocation setId(Integer value) { this.id = value; return this; } private static Object responseType = Allocation.class; public Object getResponseType() { return responseType; } } public static class Allocation { public Integer id = null; public Integer turbineId = null; public String objectId = null; public String turbineName = null; public String turbineTitle = null; public Integer sourceId = null; public String sourceName = null; public String rootCause = null; public TriggerAlarm triggeredByAlarm = null; public AllocationCategoryWithType category = null; public ArrayList categories = null; public Date start = null; public Date end = null; public Date start_Local = null; public Date end_Local = null; public TimeSpan duration = null; public Date lastModified = null; public Boolean isUnclassified = null; public Boolean manualOverrideLoss = null; public Date responseTime = null; public Double lostProduction = null; public Double lostProdutionFiltered = null; public Double lostMoney = null; public Double lostMoneyFiltered = null; public ArrayList properties = null; public Boolean finished = null; public Boolean manual = null; public Boolean overridden = null; public Boolean reallocated = null; public Boolean pending = null; public String changeLog = null; public Comment lastComment = null; public String exported = null; public ArrayList