Package org.swisspush.gateleen.merge
Class MergeData
- java.lang.Object
-
- org.swisspush.gateleen.merge.MergeData
-
public class MergeData extends Object
Represents a sub node of the original request. Holds the information whether the requested resource is a collection, a resource or either found.- Author:
- https://github.com/ljucam [Mario Aerni]
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.buffer.BuffergetContent()intgetStatusCode()StringgetStatusMessage()StringgetTargetRequest()booleanisTargetCollection()
-