java.lang.Object
org.eclipse.microprofile.openapi.apps.petstore.model.Pet
org.eclipse.microprofile.openapi.apps.petstore.model.Cat

public class Cat extends Pet
  • Constructor Details

    • Cat

      public Cat()
  • Method Details

    • getCatBreed

      public String getCatBreed()
    • setCatBreed

      public void setCatBreed(String catBreed)