Class QuoteRequestStateTransitionMessagePayloadImpl
java.lang.Object
com.commercetools.api.models.message.QuoteRequestStateTransitionMessagePayloadImpl
- All Implemented Interfaces:
MessagePayload
,MessagePayloadMixin
,QuoteRequestStateTransitionMessagePayload
,io.vrap.rmf.base.client.ModelBase
public class QuoteRequestStateTransitionMessagePayloadImpl
extends Object
implements QuoteRequestStateTransitionMessagePayload, io.vrap.rmf.base.client.ModelBase
Generated after a successful Transition State update action.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
-
Field Summary
Fields inherited from interface com.commercetools.api.models.message.QuoteRequestStateTransitionMessagePayload
QUOTE_REQUEST_STATE_TRANSITION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getForce()
Whether State transition validations were turned off during the Transition State update action.State of the Quote before the Transition State update action.getState()
State of the Quote after the Transition State update action.getType()
int
hashCode()
void
Whether State transition validations were turned off during the Transition State update action.void
setOldState
(StateReference oldState) State of the Quote before the Transition State update action.void
setState
(StateReference state) State of the Quote after the Transition State update action.Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.commercetools.api.models.message.MessagePayload
withMessagePayload
Methods inherited from interface com.commercetools.api.models.message.MessagePayloadMixin
as
Methods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
Methods inherited from interface com.commercetools.api.models.message.QuoteRequestStateTransitionMessagePayload
withQuoteRequestStateTransitionMessagePayload
-
Constructor Details
-
QuoteRequestStateTransitionMessagePayloadImpl
public QuoteRequestStateTransitionMessagePayloadImpl()create empty instance
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceMessagePayload
- Returns:
- type
-
getState
State of the Quote after the Transition State update action.
- Specified by:
getState
in interfaceQuoteRequestStateTransitionMessagePayload
- Returns:
- state
-
getOldState
State of the Quote before the Transition State update action.
- Specified by:
getOldState
in interfaceQuoteRequestStateTransitionMessagePayload
- Returns:
- oldState
-
getForce
Whether State transition validations were turned off during the Transition State update action.
- Specified by:
getForce
in interfaceQuoteRequestStateTransitionMessagePayload
- Returns:
- force
-
setState
Description copied from interface:QuoteRequestStateTransitionMessagePayload
State of the Quote after the Transition State update action.
- Specified by:
setState
in interfaceQuoteRequestStateTransitionMessagePayload
- Parameters:
state
- value to be set
-
setOldState
Description copied from interface:QuoteRequestStateTransitionMessagePayload
State of the Quote before the Transition State update action.
- Specified by:
setOldState
in interfaceQuoteRequestStateTransitionMessagePayload
- Parameters:
oldState
- value to be set
-
setForce
Description copied from interface:QuoteRequestStateTransitionMessagePayload
Whether State transition validations were turned off during the Transition State update action.
- Specified by:
setForce
in interfaceQuoteRequestStateTransitionMessagePayload
- Parameters:
force
- value to be set
-
equals
-
hashCode
public int hashCode()
-