in juneau-petstore-api/src/main/java/org/apache/juneau/petstore/dto/Pet.java [109:112]
public Pet id(long value) { this.id = value; return this; }