/* Options: Date: 2026-04-05 18:18:54 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://internal.thebunkerbridge.com //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: ETSOrders.* //ExcludeTypes: //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.*; import java.util.*; import net.servicestack.client.*; public class dtos { @Route(Path="/ETS/Orders", Verbs="GET") public static class ETSOrders implements IReturn { public Date DateFrom = null; public Date DateTo = null; public Integer VesselId = null; public Date getDateFrom() { return DateFrom; } public ETSOrders setDateFrom(Date value) { this.DateFrom = value; return this; } public Date getDateTo() { return DateTo; } public ETSOrders setDateTo(Date value) { this.DateTo = value; return this; } public Integer getVesselId() { return VesselId; } public ETSOrders setVesselId(Integer value) { this.VesselId = value; return this; } private static Object responseType = ETSViewModel.class; public Object getResponseType() { return responseType; } } public static class ETSViewModel { public Boolean CanPurchaseEUA = null; public GetETSPriceDayChangeViewModel GetETSPriceDayChange = null; public GetETSRegistrationStatusViewModel GetETSRegistrationStatus = null; public ArrayList GetETSOrderListNewIncludingForwards = null; public Boolean isCanPurchaseEUA() { return CanPurchaseEUA; } public ETSViewModel setCanPurchaseEUA(Boolean value) { this.CanPurchaseEUA = value; return this; } public GetETSPriceDayChangeViewModel getGetETSPriceDayChange() { return GetETSPriceDayChange; } public ETSViewModel setGetETSPriceDayChange(GetETSPriceDayChangeViewModel value) { this.GetETSPriceDayChange = value; return this; } public GetETSRegistrationStatusViewModel getGetETSRegistrationStatus() { return GetETSRegistrationStatus; } public ETSViewModel setGetETSRegistrationStatus(GetETSRegistrationStatusViewModel value) { this.GetETSRegistrationStatus = value; return this; } public ArrayList getGetETSOrderListNewIncludingForwards() { return GetETSOrderListNewIncludingForwards; } public ETSViewModel setGetETSOrderListNewIncludingForwards(ArrayList value) { this.GetETSOrderListNewIncludingForwards = value; return this; } } public static class GetETSRegistrationStatusViewModel { public String Status = null; public String AppliedBy = null; public String getStatus() { return Status; } public GetETSRegistrationStatusViewModel setStatus(String value) { this.Status = value; return this; } public String getAppliedBy() { return AppliedBy; } public GetETSRegistrationStatusViewModel setAppliedBy(String value) { this.AppliedBy = value; return this; } } public static class GetETSOrderListNewIncludingForwardsViewModel { public Integer Id = null; public UUID OrderGuid = null; public String Company = null; public String Status = null; public String OrderByName = null; public UUID OrderByImageGuid = null; public Integer Quantity = null; public String OrderPlacedDateTime = null; public Integer OrderVesselCount = null; public Double UnitPrice = null; public Double TotalPrice = null; public Boolean IsForward = null; public String ForwardMonth = null; public Boolean IsThirdParty = null; public String ThirdPartyName = null; public Double CurrentValue = null; public Double EUAMarkToMarket = null; public Date MonthStartingDate = null; public Boolean ShowMarkToMarket = null; public Integer getId() { return Id; } public GetETSOrderListNewIncludingForwardsViewModel setId(Integer value) { this.Id = value; return this; } public UUID getOrderGuid() { return OrderGuid; } public GetETSOrderListNewIncludingForwardsViewModel setOrderGuid(UUID value) { this.OrderGuid = value; return this; } public String getCompany() { return Company; } public GetETSOrderListNewIncludingForwardsViewModel setCompany(String value) { this.Company = value; return this; } public String getStatus() { return Status; } public GetETSOrderListNewIncludingForwardsViewModel setStatus(String value) { this.Status = value; return this; } public String getOrderByName() { return OrderByName; } public GetETSOrderListNewIncludingForwardsViewModel setOrderByName(String value) { this.OrderByName = value; return this; } public UUID getOrderByImageGuid() { return OrderByImageGuid; } public GetETSOrderListNewIncludingForwardsViewModel setOrderByImageGuid(UUID value) { this.OrderByImageGuid = value; return this; } public Integer getQuantity() { return Quantity; } public GetETSOrderListNewIncludingForwardsViewModel setQuantity(Integer value) { this.Quantity = value; return this; } public String getOrderPlacedDateTime() { return OrderPlacedDateTime; } public GetETSOrderListNewIncludingForwardsViewModel setOrderPlacedDateTime(String value) { this.OrderPlacedDateTime = value; return this; } public Integer getOrderVesselCount() { return OrderVesselCount; } public GetETSOrderListNewIncludingForwardsViewModel setOrderVesselCount(Integer value) { this.OrderVesselCount = value; return this; } public Double getUnitPrice() { return UnitPrice; } public GetETSOrderListNewIncludingForwardsViewModel setUnitPrice(Double value) { this.UnitPrice = value; return this; } public Double getTotalPrice() { return TotalPrice; } public GetETSOrderListNewIncludingForwardsViewModel setTotalPrice(Double value) { this.TotalPrice = value; return this; } public Boolean getIsForward() { return IsForward; } public GetETSOrderListNewIncludingForwardsViewModel setIsForward(Boolean value) { this.IsForward = value; return this; } public String getForwardMonth() { return ForwardMonth; } public GetETSOrderListNewIncludingForwardsViewModel setForwardMonth(String value) { this.ForwardMonth = value; return this; } public Boolean getIsThirdParty() { return IsThirdParty; } public GetETSOrderListNewIncludingForwardsViewModel setIsThirdParty(Boolean value) { this.IsThirdParty = value; return this; } public String getThirdPartyName() { return ThirdPartyName; } public GetETSOrderListNewIncludingForwardsViewModel setThirdPartyName(String value) { this.ThirdPartyName = value; return this; } public Double getCurrentValue() { return CurrentValue; } public GetETSOrderListNewIncludingForwardsViewModel setCurrentValue(Double value) { this.CurrentValue = value; return this; } public Double getEuaMarkToMarket() { return EUAMarkToMarket; } public GetETSOrderListNewIncludingForwardsViewModel setEuaMarkToMarket(Double value) { this.EUAMarkToMarket = value; return this; } public Date getMonthStartingDate() { return MonthStartingDate; } public GetETSOrderListNewIncludingForwardsViewModel setMonthStartingDate(Date value) { this.MonthStartingDate = value; return this; } public Boolean isShowMarkToMarket() { return ShowMarkToMarket; } public GetETSOrderListNewIncludingForwardsViewModel setShowMarkToMarket(Boolean value) { this.ShowMarkToMarket = value; return this; } } public static class GetETSPriceDayChangeViewModel { public Integer Id = null; public Date Today = null; public Double PreviousClose = null; public Double ClosePrice = null; public Double PercentageChange = null; public Double EURChange = null; public String LabelDescription = null; public Boolean ShowGetQuoteButton = null; public Boolean ShowPriceSection = null; public Integer MinutesRemaining = null; public String MarketCountdownLabel = null; public String IsRegistered = null; public Integer getId() { return Id; } public GetETSPriceDayChangeViewModel setId(Integer value) { this.Id = value; return this; } public Date getToday() { return Today; } public GetETSPriceDayChangeViewModel setToday(Date value) { this.Today = value; return this; } public Double getPreviousClose() { return PreviousClose; } public GetETSPriceDayChangeViewModel setPreviousClose(Double value) { this.PreviousClose = value; return this; } public Double getClosePrice() { return ClosePrice; } public GetETSPriceDayChangeViewModel setClosePrice(Double value) { this.ClosePrice = value; return this; } public Double getPercentageChange() { return PercentageChange; } public GetETSPriceDayChangeViewModel setPercentageChange(Double value) { this.PercentageChange = value; return this; } public Double getEurChange() { return EURChange; } public GetETSPriceDayChangeViewModel setEurChange(Double value) { this.EURChange = value; return this; } public String getLabelDescription() { return LabelDescription; } public GetETSPriceDayChangeViewModel setLabelDescription(String value) { this.LabelDescription = value; return this; } public Boolean isShowGetQuoteButton() { return ShowGetQuoteButton; } public GetETSPriceDayChangeViewModel setShowGetQuoteButton(Boolean value) { this.ShowGetQuoteButton = value; return this; } public Boolean isShowPriceSection() { return ShowPriceSection; } public GetETSPriceDayChangeViewModel setShowPriceSection(Boolean value) { this.ShowPriceSection = value; return this; } public Integer getMinutesRemaining() { return MinutesRemaining; } public GetETSPriceDayChangeViewModel setMinutesRemaining(Integer value) { this.MinutesRemaining = value; return this; } public String getMarketCountdownLabel() { return MarketCountdownLabel; } public GetETSPriceDayChangeViewModel setMarketCountdownLabel(String value) { this.MarketCountdownLabel = value; return this; } public String getIsRegistered() { return IsRegistered; } public GetETSPriceDayChangeViewModel setIsRegistered(String value) { this.IsRegistered = value; return this; } } }