Class TestCaseInput
java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.test.TestCaseInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPayload(STNode payload) voidsetProperties(TestProperties properties) voidsetRequestMethod(STNode requestMethod) voidsetRequestPath(STNode requestPath) voidsetRequestProtocol(STNode requestProtocol) Methods inherited from class org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
addNamespace, elementNode, getNamespaces, getRange, getTag, getTextNode, isSelfClosed, setTag, setTextNode
-
Constructor Details
-
TestCaseInput
public TestCaseInput()
-
-
Method Details
-
getRequestPath
-
setRequestPath
-
getRequestMethod
-
setRequestMethod
-
getRequestProtocol
-
setRequestProtocol
-
getPayload
-
setPayload
-
getProperties
-
setProperties
-