Class Resource
java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.dataservice.Resource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPath()booleanbooleanvoidsetCallQuery(CallQuery callQuery) voidsetDescription(STNode description) voidsetDisableStreaming(boolean disableStreaming) voidvoidvoidsetReturnRequestStatus(boolean returnRequestStatus) Methods inherited from class org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
addNamespace, elementNode, getNamespaces, getRange, getTag, getTextNode, isSelfClosed, setTag, setTextNode
-
Constructor Details
-
Resource
public Resource()
-
-
Method Details
-
getDescription
-
setDescription
-
getCallQuery
-
setCallQuery
-
getPath
-
setPath
-
getMethod
-
setMethod
-
isDisableStreaming
public boolean isDisableStreaming() -
setDisableStreaming
public void setDisableStreaming(boolean disableStreaming) -
isReturnRequestStatus
public boolean isReturnRequestStatus() -
setReturnRequestStatus
public void setReturnRequestStatus(boolean returnRequestStatus)
-