Class DealCreateRequest
java.lang.Object
org.oxerr.stubhub.client.model.DealCreateRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetDealConfig(DealConfigRequest dealConfig) voidsetDealType(String dealType) voidsetEndDate(OffsetDateTime endDate) voidsetGuaranteedAmount(BigDecimal guaranteedAmount) voidsetStartDate(OffsetDateTime startDate) toString()
-
Constructor Details
-
DealCreateRequest
public DealCreateRequest()
-
-
Method Details
-
getDealType
-
setDealType
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
getGuaranteedAmount
-
setGuaranteedAmount
-
getDealConfig
-
setDealConfig
-
hashCode
-
equals
-
toString
-