Class WeekShiftTradeMatchesSummaryResponse

java.lang.Object
com.mypurecloud.sdk.v2.model.WeekShiftTradeMatchesSummaryResponse
All Implemented Interfaces:
Serializable

public class WeekShiftTradeMatchesSummaryResponse extends Object implements Serializable
WeekShiftTradeMatchesSummaryResponse
See Also:
  • Constructor Details

    • WeekShiftTradeMatchesSummaryResponse

      public WeekShiftTradeMatchesSummaryResponse()
    • WeekShiftTradeMatchesSummaryResponse

      public WeekShiftTradeMatchesSummaryResponse(Boolean initWithEmptyList)
  • Method Details

    • weekDate

      public WeekShiftTradeMatchesSummaryResponse weekDate(LocalDate weekDate)
      The schedule week date in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
    • getWeekDate

      public LocalDate getWeekDate()
    • setWeekDate

      public void setWeekDate(LocalDate weekDate)
    • count

      The number of trades in the 'Matched' state with the initiating shift in the given week
    • getCount

      public Integer getCount()
    • setCount

      public void setCount(Integer count)
    • crossWeekReceivingCount

      public WeekShiftTradeMatchesSummaryResponse crossWeekReceivingCount(Integer crossWeekReceivingCount)
      The number of cross-week trades in the 'Matched' state with the receiving shift for the given week
    • getCrossWeekReceivingCount

      public Integer getCrossWeekReceivingCount()
    • setCrossWeekReceivingCount

      public void setCrossWeekReceivingCount(Integer crossWeekReceivingCount)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object