Class PutAllRidInProcessResponse
- java.lang.Object
-
- be.business.connector.recipe.executor.domain.PutAllRidInProcessResponse
-
public class PutAllRidInProcessResponse extends Object
The Class PutAllRidInProcessResponse.- Author:
- Bruno Casneuf
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]putAllRidInProcessResultSealedThe put vision result sealed.
-
Constructor Summary
Constructors Constructor Description PutAllRidInProcessResponse()Instantiates a new put all rid in process response.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getPutAllRidInProcessResultSealed()voidsetPutAllRidInProcessResultSealed(byte[] putAllRidInProcessResultSealed)
-
-
-
Method Detail
-
getPutAllRidInProcessResultSealed
public byte[] getPutAllRidInProcessResultSealed()
- Returns:
- the putAllRidInProcessResultSealed
-
setPutAllRidInProcessResultSealed
public void setPutAllRidInProcessResultSealed(byte[] putAllRidInProcessResultSealed)
- Parameters:
putAllRidInProcessResultSealed- the putAllRidInProcessResultSealed to set
-
-