Class Operation
java.lang.Object
edu.university.ecs.lab.detection.metrics.models.Operation
Operation of a microservice
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Object
clone()
getName()
getPath()
void
void
setParamList
(List<String> paramList) void
void
setResponseType
(String responseType) void
setUsingTypesList
(List<String> usingTypesList) toString()
-
Field Details
-
path
-
name
-
paramList
-
usingTypesList
-
responseType
-
-
Constructor Details
-
Operation
public Operation()
-
-
Method Details
-
getPath
-
setPath
-
getName
-
setName
-
getParamList
-
setParamList
-
getUsingTypesList
-
setUsingTypesList
-
getResponseType
-
setResponseType
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
toString
-