Class SetStagedOrderParcelMeasurementsOutput
java.lang.Object
com.commercetools.graphql.api.types.SetStagedOrderParcelMeasurementsOutput
- All Implemented Interfaces:
StagedOrderUpdateActionOutput
public class SetStagedOrderParcelMeasurementsOutput
extends Object
implements StagedOrderUpdateActionOutput
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetStagedOrderParcelMeasurementsOutput(String type, String parcelId, String parcelKey, ParcelMeasurements measurements) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetMeasurements(ParcelMeasurements measurements) voidsetParcelId(String parcelId) voidsetParcelKey(String parcelKey) voidtoString()
-
Constructor Details
-
SetStagedOrderParcelMeasurementsOutput
public SetStagedOrderParcelMeasurementsOutput() -
SetStagedOrderParcelMeasurementsOutput
public SetStagedOrderParcelMeasurementsOutput(String type, String parcelId, String parcelKey, ParcelMeasurements measurements)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceStagedOrderUpdateActionOutput
-
setType
- Specified by:
setTypein interfaceStagedOrderUpdateActionOutput
-
getParcelId
-
setParcelId
-
getParcelKey
-
setParcelKey
-
getMeasurements
-
setMeasurements
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-