-
@Serializable() public final class PLYConfigurationResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final PLYConfigurationconfigurationprivate final List<PLYProduct>products
-
Constructor Summary
Constructors Constructor Description PLYConfigurationResponse(PLYConfiguration configuration, List<PLYProduct> products)
-
Method Summary
Modifier and Type Method Description final PLYConfigurationgetConfiguration()final List<PLYProduct>getProducts()-
-
Constructor Detail
-
PLYConfigurationResponse
PLYConfigurationResponse(PLYConfiguration configuration, List<PLYProduct> products)
-
-
Method Detail
-
getConfiguration
final PLYConfiguration getConfiguration()
-
getProducts
final List<PLYProduct> getProducts()
-
-
-
-