Package com.mypurecloud.sdk.v2.model
Class WeekShiftTradeMatchesSummaryResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.WeekShiftTradeMatchesSummaryResponse
- All Implemented Interfaces:
Serializable
WeekShiftTradeMatchesSummaryResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe number of trades in the 'Matched' state with the initiating shift in the given weekcrossWeekReceivingCount(Integer crossWeekReceivingCount) The number of cross-week trades in the 'Matched' state with the receiving shift for the given weekbooleangetCount()inthashCode()voidvoidsetCrossWeekReceivingCount(Integer crossWeekReceivingCount) voidsetWeekDate(LocalDate weekDate) toString()The schedule week date in yyyy-MM-dd format.
-
Constructor Details
-
WeekShiftTradeMatchesSummaryResponse
public WeekShiftTradeMatchesSummaryResponse() -
WeekShiftTradeMatchesSummaryResponse
-
-
Method Details
-
weekDate
The schedule week date in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getWeekDate
-
setWeekDate
-
count
The number of trades in the 'Matched' state with the initiating shift in the given week -
getCount
-
setCount
-
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
-
setCrossWeekReceivingCount
-
equals
-
hashCode
public int hashCode() -
toString
-