Class LPVSResponseWrapper

java.lang.Object
com.lpvs.entity.LPVSResponseWrapper

public class LPVSResponseWrapper extends Object
Represents a response wrapper in the LPVS system. This class is used to wrap messages in responses.
  • Constructor Details

    • LPVSResponseWrapper

      public LPVSResponseWrapper(String message)
      Constructs a new response wrapper with the given message.
      Parameters:
      message - The message to be included in the response wrapper.
  • Method Details

    • getMessage

      public String getMessage()
      Retrieves the message from the response wrapper.
      Returns:
      The message included in the response wrapper.