Class InterfaceMethod
java.lang.Object
de.joergdev.mosy.backend.persistence.model.InterfaceMethod
- All Implemented Interfaces:
TenantScoped
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetCountCalls(Integer countCalls) voidsetHttpMethod(String httpMethod) voidsetInterfaceMethodId(Integer interfaceMethodId) voidsetMockActive(Boolean mockActive) voidsetMockActiveOnStartup(Boolean mockActiveOnStartup) voidsetMockData(List<MockData> mockData) voidsetMockInterface(Interface mockInterface) voidvoidsetRecordConfig(List<RecordConfig> recordConfig) voidsetRecords(List<Record> records) voidsetRoutingOnNoMockData(Boolean routingOnNoMockData) voidsetServicePath(String servicePath) voidsetServicePathIntern(String servicePathIntern) void
-
Constructor Details
-
InterfaceMethod
public InterfaceMethod()
-
-
Method Details
-
getInterfaceMethodId
-
setInterfaceMethodId
-
getName
-
setName
-
getRoutingOnNoMockData
-
setRoutingOnNoMockData
-
getCountCalls
-
setCountCalls
-
getMockInterface
-
setMockInterface
-
getMockData
-
setMockData
-
getRecordConfig
-
setRecordConfig
-
getServicePath
-
setServicePath
-
getRecords
-
setRecords
-
getMockActiveOnStartup
-
setMockActiveOnStartup
-
getMockActive
-
setMockActive
-
getHttpMethod
-
setHttpMethod
-
getServicePathIntern
-
setServicePathIntern
-
getTenant
- Specified by:
getTenantin interfaceTenantScoped
-
setTenant
- Specified by:
setTenantin interfaceTenantScoped
-