java.lang.Object
com.azure.aot.graalvm.samples.cosmos.Pet

public class Pet extends Object
The pet model.
  • Constructor Details

    • Pet

      public Pet()
  • Method Details

    • getGivenName

      public String getGivenName()
      Returns the name of the pet.
      Returns:
      the name of the pet.
    • setGivenName

      public void setGivenName(String givenName)
      Sets the name of the pet.
      Parameters:
      givenName - the name of the pet.