Class Post

java.lang.Object
org.tweetyproject.web.services.Post
Direct Known Subclasses:
InconsistencyPost

public class Post extends Object
Represents a generic data structure for HTTP POST requests. It encapsulates a command string, which is commonly used in the payload of POST requests. This class is typically used to simulate or construct POST request payloads within service-oriented architectures.
Author:
Jonas Klein