Class Response
java.lang.Object
com.sap.retail.sapppspricing.swagger.businessobject.dto.Response
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2022-09-26T19:16:22.658615400+05:30[Asia/Calcutta]")
public class Response
extends Object
Holds response specific information of an ARTSHeader.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates if the message was successful (OK) or not (Rejected). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAnyItem(Object anyItem) addBusinessErrorItem(BusinessError businessErrorItem) businessError(List<BusinessError> businessError) booleangetAny()This is currently not supported.The list of business errors created during the processing of the corresponding request.Identfier of the request to which this response relates.Indicates if the message was successful (OK) or not (Rejected).Timestamp of the request to which this response relates.inthashCode()responseCode(Response.ResponseCodeEnum responseCode) responseTimestamp(String responseTimestamp) voidvoidsetBusinessError(List<BusinessError> businessError) voidsetRequestID(String requestID) voidsetResponseCode(Response.ResponseCodeEnum responseCode) voidsetResponseTimestamp(String responseTimestamp) toString()
-
Constructor Details
-
Response
public Response()
-
-
Method Details
-
any
-
addAnyItem
-
getAny
This is currently not supported.- Returns:
- any
-
setAny
-
requestID
-
getRequestID
Identfier of the request to which this response relates.- Returns:
- requestID
-
setRequestID
-
responseTimestamp
-
getResponseTimestamp
Timestamp of the request to which this response relates.- Returns:
- responseTimestamp
-
setResponseTimestamp
-
businessError
-
addBusinessErrorItem
-
getBusinessError
The list of business errors created during the processing of the corresponding request.- Returns:
- businessError
-
setBusinessError
-
responseCode
-
getResponseCode
Indicates if the message was successful (OK) or not (Rejected).- Returns:
- responseCode
-
setResponseCode
-
equals
-
hashCode
public int hashCode() -
toString
-