Class GetVisionResponse
- java.lang.Object
-
- be.business.connector.recipe.patient.domain.GetVisionResponse
-
- All Implemented Interfaces:
Serializable
public class GetVisionResponse extends Object implements Serializable
The Class GetVisionResponse.- Author:
- Bruno Casneuf
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]getVisionResultSealed
-
Constructor Summary
Constructors Constructor Description GetVisionResponse()GetVisionResponse(byte[] getVisionResultSealed)Instantiates a new gets the vision response.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getGetVisionResultSealed()Gets the value of the getVisionResultSealed property.voidsetGetVisionResultSealed(byte[] value)Sets the value of the getVisionResultSealed property.
-
-
-
Method Detail
-
getGetVisionResultSealed
public byte[] getGetVisionResultSealed()
Gets the value of the getVisionResultSealed property.- Returns:
- possible object is byte[]
-
setGetVisionResultSealed
public void setGetVisionResultSealed(byte[] value)
Sets the value of the getVisionResultSealed property.- Parameters:
value- allowed object is byte[]
-
-