Class Ping

java.lang.Object
org.tweetyproject.web.services.Ping

public class Ping extends Object
Represents a simple data structure for handling "ping" messages. Each Ping object has an identifier (id) and content. This class is commonly used for testing the connectivity or response of a service. The Ping class provides mechanisms to initialize ping objects with or without specific values, compare them, and generate consistent representations for logging or debugging.
Author:
Jonas Klein