/* Options: Date: 2026-05-09 17:58:52 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://ws4.fibudata.net //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: SupportfallErstellenRequest.* //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="/fibuscan/Onlinehandel/SupportfallErstellen", Verbs="GET, POST") public static class SupportfallErstellenRequest implements IReturn { public String guid = null; public ArrayList ZeileIndexes = null; public ArrayList FileGuids = null; public Integer SelectedTreffertyp = null; public String getGuid() { return guid; } public SupportfallErstellenRequest setGuid(String value) { this.guid = value; return this; } public ArrayList getZeileIndexes() { return ZeileIndexes; } public SupportfallErstellenRequest setZeileIndexes(ArrayList value) { this.ZeileIndexes = value; return this; } public ArrayList getFileGuids() { return FileGuids; } public SupportfallErstellenRequest setFileGuids(ArrayList value) { this.FileGuids = value; return this; } public Integer getSelectedTreffertyp() { return SelectedTreffertyp; } public SupportfallErstellenRequest setSelectedTreffertyp(Integer value) { this.SelectedTreffertyp = value; return this; } private static Object responseType = SupportfallErstellenResponse.class; public Object getResponseType() { return responseType; } } public static class SupportfallErstellenResponse { public ArrayList onlineHandelModel = null; public Boolean result = null; public String errors = null; public ArrayList getOnlineHandelModel() { return onlineHandelModel; } public SupportfallErstellenResponse setOnlineHandelModel(ArrayList value) { this.onlineHandelModel = value; return this; } public Boolean isResult() { return result; } public SupportfallErstellenResponse setResult(Boolean value) { this.result = value; return this; } public String getErrors() { return errors; } public SupportfallErstellenResponse setErrors(String value) { this.errors = value; return this; } } public static class OnlinehandelModel { public BigDecimal Zahlbetrag = null; public Date Datum = null; public String Treffertyp = null; public String OrderID = null; public ArrayList lstTreffer = null; public String ID = null; public String ID1 = null; public String Buchungstext = null; public String Zahlsystem = null; public String Sonstiges = null; public String Treffer = null; public String ÜbrigeDaten = null; public Boolean hasTreffer = null; public String Geparsed_guid = null; public String Fileguid = null; public Long OnlinehandelDateiID = null; public Long OnlinehandelTalkID = null; public String DateiName = null; public Long ZeilNummer = null; public String Dateiname = null; public String dateitype = null; public Integer DBDateitype = null; public Long LetzteDateiId = null; public Integer TrefferStelle = null; public String TrefferInfo = null; public String Volltext = null; public BigDecimal getZahlbetrag() { return Zahlbetrag; } public OnlinehandelModel setZahlbetrag(BigDecimal value) { this.Zahlbetrag = value; return this; } public Date getDatum() { return Datum; } public OnlinehandelModel setDatum(Date value) { this.Datum = value; return this; } public String getTreffertyp() { return Treffertyp; } public OnlinehandelModel setTreffertyp(String value) { this.Treffertyp = value; return this; } public String getOrderID() { return OrderID; } public OnlinehandelModel setOrderID(String value) { this.OrderID = value; return this; } public ArrayList getLstTreffer() { return lstTreffer; } public OnlinehandelModel setLstTreffer(ArrayList value) { this.lstTreffer = value; return this; } public String getId() { return ID; } public OnlinehandelModel setId(String value) { this.ID = value; return this; } public String getID1() { return ID1; } public OnlinehandelModel setID1(String value) { this.ID1 = value; return this; } public String getBuchungstext() { return Buchungstext; } public OnlinehandelModel setBuchungstext(String value) { this.Buchungstext = value; return this; } public String getZahlsystem() { return Zahlsystem; } public OnlinehandelModel setZahlsystem(String value) { this.Zahlsystem = value; return this; } public String getSonstiges() { return Sonstiges; } public OnlinehandelModel setSonstiges(String value) { this.Sonstiges = value; return this; } public String getTreffer() { return Treffer; } public OnlinehandelModel setTreffer(String value) { this.Treffer = value; return this; } public String getÜbrigeDaten() { return ÜbrigeDaten; } public OnlinehandelModel setÜbrigeDaten(String value) { this.ÜbrigeDaten = value; return this; } public Boolean isHasTreffer() { return hasTreffer; } public OnlinehandelModel setHasTreffer(Boolean value) { this.hasTreffer = value; return this; } public String getGeparsedGuid() { return Geparsed_guid; } public OnlinehandelModel setGeparsedGuid(String value) { this.Geparsed_guid = value; return this; } public String getFileguid() { return Fileguid; } public OnlinehandelModel setFileguid(String value) { this.Fileguid = value; return this; } public Long getOnlinehandelDateiID() { return OnlinehandelDateiID; } public OnlinehandelModel setOnlinehandelDateiID(Long value) { this.OnlinehandelDateiID = value; return this; } public Long getOnlinehandelTalkID() { return OnlinehandelTalkID; } public OnlinehandelModel setOnlinehandelTalkID(Long value) { this.OnlinehandelTalkID = value; return this; } public String getDateiName() { return DateiName; } public OnlinehandelModel setDateiName(String value) { this.DateiName = value; return this; } public Long getZeilNummer() { return ZeilNummer; } public OnlinehandelModel setZeilNummer(Long value) { this.ZeilNummer = value; return this; } public String getDateiname() { return Dateiname; } public OnlinehandelModel setDateiname(String value) { this.Dateiname = value; return this; } public String getDateitype() { return dateitype; } public OnlinehandelModel setDateitype(String value) { this.dateitype = value; return this; } public Integer getDbDateitype() { return DBDateitype; } public OnlinehandelModel setDbDateitype(Integer value) { this.DBDateitype = value; return this; } public Long getLetzteDateiId() { return LetzteDateiId; } public OnlinehandelModel setLetzteDateiId(Long value) { this.LetzteDateiId = value; return this; } public Integer getTrefferStelle() { return TrefferStelle; } public OnlinehandelModel setTrefferStelle(Integer value) { this.TrefferStelle = value; return this; } public String getTrefferInfo() { return TrefferInfo; } public OnlinehandelModel setTrefferInfo(String value) { this.TrefferInfo = value; return this; } public String getVolltext() { return Volltext; } public OnlinehandelModel setVolltext(String value) { this.Volltext = value; return this; } } }