/* Options: Date: 2026-08-01 06:24:41 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.dev.dynamics.trendsic.com //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: CoverageSelfBoardRequest.* //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="/v1/coverage/self/board", Verbs="GET,OPTIONS") public static class CoverageSelfBoardRequest implements IReturn { private static Object responseType = CoverageSelfBoardResponse.class; public Object getResponseType() { return responseType; } } public static class CoverageSelfBoardResponse { public ResponseStatus ResponseStatus = null; public ArrayList Eligible = new ArrayList(); public ArrayList Ineligible = new ArrayList(); public CoverageSelfCard MyPosted = null; public ResponseStatus getResponseStatus() { return ResponseStatus; } public CoverageSelfBoardResponse setResponseStatus(ResponseStatus value) { this.ResponseStatus = value; return this; } public ArrayList getEligible() { return Eligible; } public CoverageSelfBoardResponse setEligible(ArrayList value) { this.Eligible = value; return this; } public ArrayList getIneligible() { return Ineligible; } public CoverageSelfBoardResponse setIneligible(ArrayList value) { this.Ineligible = value; return this; } public CoverageSelfCard getMyPosted() { return MyPosted; } public CoverageSelfBoardResponse setMyPosted(CoverageSelfCard value) { this.MyPosted = value; return this; } } public static class CoverageSelfCard { public Integer CoverageGapId = null; public String Kind = null; public String Status = null; public String ShiftDay = null; public String ShiftWindow = null; public Date ShiftStartUtc = null; public String Site = null; public String RoleNeeded = null; public String ExpiryLabel = null; public String PosterName = null; public Integer EligibleCount = null; public Integer IneligibleCount = null; public CoverageSelfEligibility MyEligibility = null; public ArrayList Matrix = new ArrayList(); public String SwapState = null; public String SwapFromName = null; public String SwapTargetName = null; public String OfferShift = null; public String WantShift = null; public Boolean ConflictOk = null; public String ConflictLabel = null; public Boolean CanRespond = null; public Integer getCoverageGapId() { return CoverageGapId; } public CoverageSelfCard setCoverageGapId(Integer value) { this.CoverageGapId = value; return this; } public String getKind() { return Kind; } public CoverageSelfCard setKind(String value) { this.Kind = value; return this; } public String getStatus() { return Status; } public CoverageSelfCard setStatus(String value) { this.Status = value; return this; } public String getShiftDay() { return ShiftDay; } public CoverageSelfCard setShiftDay(String value) { this.ShiftDay = value; return this; } public String getShiftWindow() { return ShiftWindow; } public CoverageSelfCard setShiftWindow(String value) { this.ShiftWindow = value; return this; } public Date getShiftStartUtc() { return ShiftStartUtc; } public CoverageSelfCard setShiftStartUtc(Date value) { this.ShiftStartUtc = value; return this; } public String getSite() { return Site; } public CoverageSelfCard setSite(String value) { this.Site = value; return this; } public String getRoleNeeded() { return RoleNeeded; } public CoverageSelfCard setRoleNeeded(String value) { this.RoleNeeded = value; return this; } public String getExpiryLabel() { return ExpiryLabel; } public CoverageSelfCard setExpiryLabel(String value) { this.ExpiryLabel = value; return this; } public String getPosterName() { return PosterName; } public CoverageSelfCard setPosterName(String value) { this.PosterName = value; return this; } public Integer getEligibleCount() { return EligibleCount; } public CoverageSelfCard setEligibleCount(Integer value) { this.EligibleCount = value; return this; } public Integer getIneligibleCount() { return IneligibleCount; } public CoverageSelfCard setIneligibleCount(Integer value) { this.IneligibleCount = value; return this; } public CoverageSelfEligibility getMyEligibility() { return MyEligibility; } public CoverageSelfCard setMyEligibility(CoverageSelfEligibility value) { this.MyEligibility = value; return this; } public ArrayList getMatrix() { return Matrix; } public CoverageSelfCard setMatrix(ArrayList value) { this.Matrix = value; return this; } public String getSwapState() { return SwapState; } public CoverageSelfCard setSwapState(String value) { this.SwapState = value; return this; } public String getSwapFromName() { return SwapFromName; } public CoverageSelfCard setSwapFromName(String value) { this.SwapFromName = value; return this; } public String getSwapTargetName() { return SwapTargetName; } public CoverageSelfCard setSwapTargetName(String value) { this.SwapTargetName = value; return this; } public String getOfferShift() { return OfferShift; } public CoverageSelfCard setOfferShift(String value) { this.OfferShift = value; return this; } public String getWantShift() { return WantShift; } public CoverageSelfCard setWantShift(String value) { this.WantShift = value; return this; } public Boolean isConflictOk() { return ConflictOk; } public CoverageSelfCard setConflictOk(Boolean value) { this.ConflictOk = value; return this; } public String getConflictLabel() { return ConflictLabel; } public CoverageSelfCard setConflictLabel(String value) { this.ConflictLabel = value; return this; } public Boolean isCanRespond() { return CanRespond; } public CoverageSelfCard setCanRespond(Boolean value) { this.CanRespond = value; return this; } } public static class CoverageSelfBoardShift { public Integer CoverageGapId = null; public String Day = null; public String Window = null; public String Site = null; public String Role = null; public String Poster = null; public String Expiry = null; public String Why = null; public Boolean NeedsApproval = null; public Boolean Pending = null; public Integer getCoverageGapId() { return CoverageGapId; } public CoverageSelfBoardShift setCoverageGapId(Integer value) { this.CoverageGapId = value; return this; } public String getDay() { return Day; } public CoverageSelfBoardShift setDay(String value) { this.Day = value; return this; } public String getWindow() { return Window; } public CoverageSelfBoardShift setWindow(String value) { this.Window = value; return this; } public String getSite() { return Site; } public CoverageSelfBoardShift setSite(String value) { this.Site = value; return this; } public String getRole() { return Role; } public CoverageSelfBoardShift setRole(String value) { this.Role = value; return this; } public String getPoster() { return Poster; } public CoverageSelfBoardShift setPoster(String value) { this.Poster = value; return this; } public String getExpiry() { return Expiry; } public CoverageSelfBoardShift setExpiry(String value) { this.Expiry = value; return this; } public String getWhy() { return Why; } public CoverageSelfBoardShift setWhy(String value) { this.Why = value; return this; } public Boolean isNeedsApproval() { return NeedsApproval; } public CoverageSelfBoardShift setNeedsApproval(Boolean value) { this.NeedsApproval = value; return this; } public Boolean isPending() { return Pending; } public CoverageSelfBoardShift setPending(Boolean value) { this.Pending = value; return this; } } public static class CoverageSelfEligibility { public String Tone = null; public String Text = null; public Boolean CanClaim = null; public String ClaimLabel = null; public String getTone() { return Tone; } public CoverageSelfEligibility setTone(String value) { this.Tone = value; return this; } public String getText() { return Text; } public CoverageSelfEligibility setText(String value) { this.Text = value; return this; } public Boolean isCanClaim() { return CanClaim; } public CoverageSelfEligibility setCanClaim(Boolean value) { this.CanClaim = value; return this; } public String getClaimLabel() { return ClaimLabel; } public CoverageSelfEligibility setClaimLabel(String value) { this.ClaimLabel = value; return this; } } public static class CoverageSelfMatrixRow { public String Name = null; public String Note = null; public String Tone = null; public String getName() { return Name; } public CoverageSelfMatrixRow setName(String value) { this.Name = value; return this; } public String getNote() { return Note; } public CoverageSelfMatrixRow setNote(String value) { this.Note = value; return this; } public String getTone() { return Tone; } public CoverageSelfMatrixRow setTone(String value) { this.Tone = value; return this; } } }