public Pet tags()

in juneau-petstore-api/src/main/java/org/apache/juneau/petstore/dto/Pet.java [173:176]


	public Pet tags(List<String> value) {
		this.tags = value;
		return this;
	}