Class HttpParamSaveRequest
java.lang.Object
org.qubership.atp.itf.lite.backend.model.api.request.http.HttpParamSaveRequest
- All Implemented Interfaces:
Serializable,Parameter
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttpParamSaveRequest(String key, String value, String description) HttpParamSaveRequest constructor.HttpParamSaveRequest(String key, String value, String description, boolean disabled) Constructor without id. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.qubership.atp.itf.lite.backend.model.api.Parameter
getDescription, getKey, getValue, isDisabled
-
Constructor Details
-
HttpParamSaveRequest
HttpParamSaveRequest constructor. -
HttpParamSaveRequest
Constructor without id.
-