java.lang.Object
org.apache.camel.quarkus.component.velocity.it.Person

public class Person extends Object
  • Constructor Details

    • Person

      public Person()
    • Person

      public Person(String name, String country)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCountry

      public String getCountry()
    • setCountry

      public void setCountry(String country)
    • toString

      public String toString()
      Overrides:
      toString in class Object