in juneau-petstore-api/src/main/java/org/apache/juneau/petstore/dto/Pet.java [125:128]
public Pet name(String value) { this.name = value; return this; }