Class PriceCalculateResponse
java.lang.Object
com.sap.retail.sapppspricing.swagger.businessobject.dto.PriceCalculateResponse
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2022-09-26T19:16:22.658615400+05:30[Asia/Calcutta]")
public class PriceCalculateResponse
extends Object
Contains the response of the price calculation returned by the server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAnyItem(Object anyItem) addPriceCalculateBodyItem(PriceCalculateBase priceCalculateBodyItem) arTSHeader(ARTSCommonHeaderType arTSHeader) booleangetAny()This is currently not supported.Get arTSHeaderThe same value as contained in the request.The same value as contained in the request.Contains the items for which a price calculation should be performed and additional information about how the it is performed.inthashCode()internalMajorVersion(Integer internalMajorVersion) internalMinorVersion(Integer internalMinorVersion) priceCalculateBody(List<PriceCalculateBase> priceCalculateBody) voidvoidsetArTSHeader(ARTSCommonHeaderType arTSHeader) voidsetInternalMajorVersion(Integer internalMajorVersion) voidsetInternalMinorVersion(Integer internalMinorVersion) voidsetPriceCalculateBody(List<PriceCalculateBase> priceCalculateBody) toString()
-
Constructor Details
-
PriceCalculateResponse
public PriceCalculateResponse()
-
-
Method Details
-
arTSHeader
-
getArTSHeader
Get arTSHeader- Returns:
- arTSHeader
-
setArTSHeader
-
priceCalculateBody
-
addPriceCalculateBodyItem
-
getPriceCalculateBody
Contains the items for which a price calculation should be performed and additional information about how the it is performed.- Returns:
- priceCalculateBody
-
setPriceCalculateBody
-
any
-
addAnyItem
-
getAny
This is currently not supported.- Returns:
- any
-
setAny
-
internalMajorVersion
-
getInternalMajorVersion
The same value as contained in the request.- Returns:
- internalMajorVersion
-
setInternalMajorVersion
-
internalMinorVersion
-
getInternalMinorVersion
The same value as contained in the request.- Returns:
- internalMinorVersion
-
setInternalMinorVersion
-
equals
-
hashCode
public int hashCode() -
toString
-