Class ServicePublishingSettings
java.lang.Object
org.tailormap.api.persistence.json.ServicePublishingSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.20.0")
public class ServicePublishingSettings
extends Object
implements Serializable
ServicePublishingSettings
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServicePublishingSettings(String baseApp, String defaultProjection, List<String> projections) Constructor with all args parameters -
Method Summary
Modifier and TypeMethodDescriptionaddProjectionsItem(String projectionsItem) defaultProjection(String defaultProjection) booleanGet baseAppGet defaultProjectionGet projectionsinthashCode()projections(List<String> projections) voidsetBaseApp(String baseApp) voidsetDefaultProjection(String defaultProjection) voidsetProjections(List<String> projections) toString()
-
Constructor Details
-
ServicePublishingSettings
public ServicePublishingSettings() -
ServicePublishingSettings
-
-
Method Details
-
baseApp
-
getBaseApp
-
setBaseApp
-
defaultProjection
-
getDefaultProjection
-
setDefaultProjection
-
projections
-
addProjectionsItem
-
getProjections
-
setProjections
-
equals
-
hashCode
-
toString
-