Class UpilResponseList
- java.lang.Object
-
- de.hybris.platform.upilintegrationservices.data.UpilResponseList
-
- All Implemented Interfaces:
java.io.Serializable
public class UpilResponseList extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpilResponseList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<UpilResponse>getUpilResponses()voidsetUpilResponses(java.util.List<UpilResponse> upilResponses)
-
-
-
Method Detail
-
setUpilResponses
public void setUpilResponses(java.util.List<UpilResponse> upilResponses)
-
getUpilResponses
public java.util.List<UpilResponse> getUpilResponses()
-
-