Class OwnerDto

java.lang.Object
testgraalvm.controllers.dto.OwnerDto

public class OwnerDto extends Object
  • Constructor Details

    • OwnerDto

      public OwnerDto(@Nullable @Nullable Long id, String name, int age)
  • Method Details

    • getId

      @Nullable public @Nullable Long getId()
    • setId

      public void setId(Long id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getAge

      public int getAge()
    • setAge

      public void setAge(int age)