Class Interface
java.lang.Object
de.joergdev.mosy.backend.persistence.model.Interface
- All Implemented Interfaces:
TenantScoped
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getType()voidsetInterfaceId(Integer interfaceId) voidsetMethods(List<InterfaceMethod> methods) voidsetMockActive(Boolean mockActive) voidsetMockActiveOnStartup(Boolean mockActiveOnStartup) voidvoidsetRecordConfig(RecordConfig recordConfig) voidsetRoutingOnNoMockData(Boolean routingOnNoMockData) voidsetRoutingUrl(String routingUrl) voidsetServicePath(String servicePath) voidvoidsetType(InterfaceType type)
-
Field Details
-
LENGTH_NAME
public static final int LENGTH_NAME- See Also:
-
LENGTH_SERVICE_PATH
public static final int LENGTH_SERVICE_PATH- See Also:
-
LENGTH_ROUTING_URL
public static final int LENGTH_ROUTING_URL- See Also:
-
-
Constructor Details
-
Interface
public Interface()
-
-
Method Details
-
getInterfaceId
-
setInterfaceId
-
getName
-
setName
-
getType
-
setType
-
getRoutingUrl
-
setRoutingUrl
-
getRoutingOnNoMockData
-
setRoutingOnNoMockData
-
getMethods
-
setMethods
-
getRecordConfig
-
setRecordConfig
-
getServicePath
-
setServicePath
-
getMockActiveOnStartup
-
setMockActiveOnStartup
-
getMockActive
-
setMockActive
-
getTenant
- Specified by:
getTenantin interfaceTenantScoped
-
setTenant
- Specified by:
setTenantin interfaceTenantScoped
-