Class PutVisionResponse
- java.lang.Object
-
- be.business.connector.recipe.patient.domain.PutVisionResponse
-
- All Implemented Interfaces:
Serializable
public class PutVisionResponse extends Object implements Serializable
The Class PutVisionResponse.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]putVisionResultSealedThe put vision result sealed.
-
Constructor Summary
Constructors Constructor Description PutVisionResponse()Instantiates a new put vision response.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getPutVisionResultSealed()Gets the put vision result sealed.voidsetPutVisionResultSealed(byte[] putVisionResultSealed)Sets the put vision result sealed.
-
-
-
Method Detail
-
getPutVisionResultSealed
public byte[] getPutVisionResultSealed()
Gets the put vision result sealed.- Returns:
- the put vision result sealed
-
setPutVisionResultSealed
public void setPutVisionResultSealed(byte[] putVisionResultSealed)
Sets the put vision result sealed.- Parameters:
putVisionResultSealed- the new put vision result sealed
-
-