Class QuoteStateChanged
java.lang.Object
com.commercetools.graphql.api.types.QuoteStateChanged
- All Implemented Interfaces:
MessagePayload
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionQuoteStateChanged(QuoteState quoteState, QuoteState oldQuoteState, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()static QuoteStateChanged.BuildervoidsetOldQuoteState(QuoteState oldQuoteState) voidsetQuoteState(QuoteState quoteState) voidtoString()
-
Constructor Details
-
QuoteStateChanged
public QuoteStateChanged() -
QuoteStateChanged
-
-
Method Details
-
getQuoteState
-
setQuoteState
-
getOldQuoteState
-
setOldQuoteState
-
getType
- Specified by:
getTypein interfaceMessagePayload
-
setType
- Specified by:
setTypein interfaceMessagePayload
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-