Class MongoGooglePlayApplicationConfiguration
java.lang.Object
dev.getelements.elements.dao.mongo.model.application.MongoApplicationConfiguration
dev.getelements.elements.dao.mongo.model.application.MongoGooglePlayApplicationConfiguration
@Entity("application_configuration")
public class MongoGooglePlayApplicationConfiguration
extends MongoApplicationConfiguration
Created by patricktwohig on 5/31/17.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setApplicationId
(String applicationId) void
setJsonKey
(Map<String, Object> jsonKey) void
setProductBundles
(List<MongoProductBundle> productBundles) Methods inherited from class dev.getelements.elements.dao.mongo.model.application.MongoApplicationConfiguration
getDescription, getName, getObjectId, getParent, getType, setDescription, setName, setObjectId, setParent, setType
-
Constructor Details
-
MongoGooglePlayApplicationConfiguration
public MongoGooglePlayApplicationConfiguration()
-
-
Method Details
-
getApplicationId
-
setApplicationId
-
getJsonKey
-
setJsonKey
-
getProductBundles
-
setProductBundles
-