Package restapi

Class Greeting

java.lang.Object
restapi.Greeting

public class Greeting extends Object
  • Field Details

    • id

      private final long id
    • content

      private final String content
  • Constructor Details

    • Greeting

      public Greeting(long id, String content)
  • Method Details

    • getId

      public long getId()
    • getContent

      public String getContent()